Bagikan melalui


ManagedInstancePrivateEndpointProperty Constructors

Definition

Overloads

ManagedInstancePrivateEndpointProperty()

Initializes a new instance of the ManagedInstancePrivateEndpointProperty class.

ManagedInstancePrivateEndpointProperty(String)

Initializes a new instance of the ManagedInstancePrivateEndpointProperty class.

ManagedInstancePrivateEndpointProperty()

Initializes a new instance of the ManagedInstancePrivateEndpointProperty class.

public ManagedInstancePrivateEndpointProperty ();
Public Sub New ()

Applies to

ManagedInstancePrivateEndpointProperty(String)

Initializes a new instance of the ManagedInstancePrivateEndpointProperty class.

public ManagedInstancePrivateEndpointProperty (string id = default);
new Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointProperty : string -> Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointProperty
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

Resource id of the private endpoint.

Applies to