Bagikan melalui


ServiceAssociationLinkInner Constructors

Definition

Overloads

ServiceAssociationLinkInner()

Initializes a new instance of the ServiceAssociationLinkInner class.

ServiceAssociationLinkInner(String, String, String, ProvisioningState, Nullable<Boolean>, IList<String>, String, String, String)

Initializes a new instance of the ServiceAssociationLinkInner class.

ServiceAssociationLinkInner()

Initializes a new instance of the ServiceAssociationLinkInner class.

public ServiceAssociationLinkInner ();
Public Sub New ()

Applies to

ServiceAssociationLinkInner(String, String, String, ProvisioningState, Nullable<Boolean>, IList<String>, String, String, String)

Initializes a new instance of the ServiceAssociationLinkInner class.

public ServiceAssociationLinkInner (string id = default, string linkedResourceType = default, string link = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, bool? allowDelete = default, System.Collections.Generic.IList<string> locations = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ServiceAssociationLinkInner : string * string * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Nullable<bool> * System.Collections.Generic.IList<string> * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ServiceAssociationLinkInner
Public Sub New (Optional id As String = Nothing, Optional linkedResourceType As String = Nothing, Optional link As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional allowDelete As Nullable(Of Boolean) = Nothing, Optional locations As IList(Of String) = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parameters

id
String
linkedResourceType
String

Resource type of the linked resource.

link
String

Link to the external resource.

provisioningState
ProvisioningState

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

allowDelete
Nullable<Boolean>

If true, the resource can be deleted.

locations
IList<String>

A list of locations.

name
String

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

etag
String

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

type
String

Resource type.

Applies to