Partilhar via


ResourceNavigationLink Constructors

Definition

Overloads

ResourceNavigationLink()

Initializes a new instance of the ResourceNavigationLink class.

ResourceNavigationLink(String, String, String, String, String, String, String)

Initializes a new instance of the ResourceNavigationLink class.

Initializes a new instance of the ResourceNavigationLink class.

public ResourceNavigationLink();
Public Sub New ()

Applies to

Initializes a new instance of the ResourceNavigationLink class.

public ResourceNavigationLink(string id = default, string linkedResourceType = default, string link = default, string provisioningState = default, string name = default, string etag = default, string type = default);
public ResourceNavigationLink(string id = default, string name = default, string etag = default, string type = default, string provisioningState = default, string linkedResourceType = default, string link = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ResourceNavigationLink : string * string * string * string * string * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ResourceNavigationLink
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ResourceNavigationLink : string * string * string * string * string * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ResourceNavigationLink
Public Sub New (Optional id As String = Nothing, Optional linkedResourceType As String = Nothing, Optional link As String = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing, Optional linkedResourceType As String = Nothing, Optional link As String = Nothing)

Parameters

id
String

Resource ID.

linkedResourceTypename
String

Resource type of the linked resource.

linketag
String

Link to the external resource.

provisioningStatetype
String

The provisioning state of the resource navigation link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

nameprovisioningState
String

Name of the resource that is unique within a resource group. This name can be used to access the resource.

etaglinkedResourceType
String

A unique read-only string that changes whenever the resource is updated.

typelink
String

Resource type.

Applies to