ResourceManagementPrivateLinkLocation Constructors

Definition

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