Share via


PrivateLinkAssociationProperties Constructors

Definition

Overloads

PrivateLinkAssociationProperties()

Initializes a new instance of the PrivateLinkAssociationProperties class.

PrivateLinkAssociationProperties(String, String)

Initializes a new instance of the PrivateLinkAssociationProperties class.

PrivateLinkAssociationProperties()

Initializes a new instance of the PrivateLinkAssociationProperties class.

public PrivateLinkAssociationProperties ();
Public Sub New ()

Applies to

PrivateLinkAssociationProperties(String, String)

Initializes a new instance of the PrivateLinkAssociationProperties class.

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

Parameters

privateLink
String

The rmpl Resource ID.

publicNetworkAccess
String

Possible values include: 'Enabled', 'Disabled'

Applies to