Condividi tramite


ServiceAssociationLinkPropertiesFormat Constructors

Definition

Overloads

Name Description
ServiceAssociationLinkPropertiesFormat()

Initializes a new instance of the ServiceAssociationLinkPropertiesFormat class.

ServiceAssociationLinkPropertiesFormat(String, String, String, Nullable<Boolean>, IList<String>)

Initializes a new instance of the ServiceAssociationLinkPropertiesFormat class.

ServiceAssociationLinkPropertiesFormat()

Initializes a new instance of the ServiceAssociationLinkPropertiesFormat class.

public ServiceAssociationLinkPropertiesFormat();
Public Sub New ()

Applies to

ServiceAssociationLinkPropertiesFormat(String, String, String, Nullable<Boolean>, IList<String>)

Initializes a new instance of the ServiceAssociationLinkPropertiesFormat class.

public ServiceAssociationLinkPropertiesFormat(string linkedResourceType = default, string link = default, string provisioningState = default, bool? allowDelete = default, System.Collections.Generic.IList<string> locations = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ServiceAssociationLinkPropertiesFormat : string * string * string * Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ServiceAssociationLinkPropertiesFormat
Public Sub New (Optional linkedResourceType As String = Nothing, Optional link As String = Nothing, Optional provisioningState As String = Nothing, Optional allowDelete As Nullable(Of Boolean) = Nothing, Optional locations As IList(Of String) = Nothing)

Parameters

linkedResourceType
String

Resource type of the linked resource.

link
String

Link to the external resource.

provisioningState
String

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.

Applies to