Condividi tramite


ResourceManagementPrivateLink Constructors

Definition

Overloads

ResourceManagementPrivateLink()

Initializes a new instance of the ResourceManagementPrivateLink class.

ResourceManagementPrivateLink(ResourceManagementPrivateLinkEndpointConnections, String, String, String, String)

Initializes a new instance of the ResourceManagementPrivateLink class.

Initializes a new instance of the ResourceManagementPrivateLink class.

public ResourceManagementPrivateLink ();
Public Sub New ()

Applies to

Initializes a new instance of the ResourceManagementPrivateLink class.

public ResourceManagementPrivateLink (Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkEndpointConnections properties = default, string id = default, string name = default, string type = default, string location = default);
new Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLink : Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkEndpointConnections * string * string * string * string -> Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLink
Public Sub New (Optional properties As ResourceManagementPrivateLinkEndpointConnections = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing)

Parameters

id
String

The rmplResourceID.

name
String

The rmpl Name.

type
String

The operation type.

location
String

the region of the rmpl

Applies to