PrivateLinkAssociationPropertiesExpanded Constructors

Definition

Overloads

PrivateLinkAssociationPropertiesExpanded()

Initializes a new instance of the PrivateLinkAssociationPropertiesExpanded class.

PrivateLinkAssociationPropertiesExpanded(String, String, String, String)

Initializes a new instance of the PrivateLinkAssociationPropertiesExpanded class.

PrivateLinkAssociationPropertiesExpanded()

Initializes a new instance of the PrivateLinkAssociationPropertiesExpanded class.

public PrivateLinkAssociationPropertiesExpanded ();
Public Sub New ()

Applies to

PrivateLinkAssociationPropertiesExpanded(String, String, String, String)

Initializes a new instance of the PrivateLinkAssociationPropertiesExpanded class.

public PrivateLinkAssociationPropertiesExpanded (string privateLink = default, string publicNetworkAccess = default, string tenantID = default, string scope = default);
new Microsoft.Azure.Management.ResourceManager.Models.PrivateLinkAssociationPropertiesExpanded : string * string * string * string -> Microsoft.Azure.Management.ResourceManager.Models.PrivateLinkAssociationPropertiesExpanded
Public Sub New (Optional privateLink As String = Nothing, Optional publicNetworkAccess As String = Nothing, Optional tenantID As String = Nothing, Optional scope As String = Nothing)

Parameters

privateLink
String

The rmpl Resource ID.

publicNetworkAccess
String

Possible values include: 'Enabled', 'Disabled'

tenantID
String

The TenantID.

scope
String

The scope of the private link association.

Applies to