ResourceLink Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ResourceLink() | |
ResourceLink(String, String, ResourceLinkProperties) |
ResourceLink()
public ResourceLink ();
Public Sub New ()
Applies to
ResourceLink(String, String, ResourceLinkProperties)
public ResourceLink (string id = default, string name = default, Microsoft.Azure.Management.Internal.Resources.Models.ResourceLinkProperties properties = default);
new Microsoft.Azure.Management.Internal.Resources.Models.ResourceLink : string * string * Microsoft.Azure.Management.Internal.Resources.Models.ResourceLinkProperties -> Microsoft.Azure.Management.Internal.Resources.Models.ResourceLink
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional properties As ResourceLinkProperties = Nothing)
Parameters
- id
- String
- name
- String
- properties
- ResourceLinkProperties