PrivateLinkAssociationProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET