ManagedInstancePrivateEndpointProperty 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
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
Azure SDK for .NET