ResourceManagementPrivateLinkLocation 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
ResourceManagementPrivateLinkLocation() |
Initializes a new instance of the ResourceManagementPrivateLinkLocation class. |
ResourceManagementPrivateLinkLocation(String) |
Initializes a new instance of the ResourceManagementPrivateLinkLocation class. |
ResourceManagementPrivateLinkLocation()
Initializes a new instance of the ResourceManagementPrivateLinkLocation class.
public ResourceManagementPrivateLinkLocation ();
Public Sub New ()
Applies to
ResourceManagementPrivateLinkLocation(String)
Initializes a new instance of the ResourceManagementPrivateLinkLocation class.
public ResourceManagementPrivateLinkLocation (string location = default);
new Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkLocation : string -> Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkLocation
Public Sub New (Optional location As String = Nothing)
Parameters
- location
- String
the region to create private link association.
Applies to
Azure SDK for .NET