PrivateEndpointConnectionVaultProperties 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
PrivateEndpointConnectionVaultProperties() |
Initializes a new instance of the PrivateEndpointConnectionVaultProperties class. |
PrivateEndpointConnectionVaultProperties(String, PrivateEndpointConnection, String, String, String) |
Initializes a new instance of the PrivateEndpointConnectionVaultProperties class. |
PrivateEndpointConnectionVaultProperties()
Initializes a new instance of the PrivateEndpointConnectionVaultProperties class.
public PrivateEndpointConnectionVaultProperties ();
Public Sub New ()
Applies to
PrivateEndpointConnectionVaultProperties(String, PrivateEndpointConnection, String, String, String)
Initializes a new instance of the PrivateEndpointConnectionVaultProperties class.
public PrivateEndpointConnectionVaultProperties (string id = default, Microsoft.Azure.Management.RecoveryServices.Models.PrivateEndpointConnection properties = default, string name = default, string type = default, string location = default);
new Microsoft.Azure.Management.RecoveryServices.Models.PrivateEndpointConnectionVaultProperties : string * Microsoft.Azure.Management.RecoveryServices.Models.PrivateEndpointConnection * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Models.PrivateEndpointConnectionVaultProperties
Public Sub New (Optional id As String = Nothing, Optional properties As PrivateEndpointConnection = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing)
Parameters
- id
- String
Format of id subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.[Service]/{resource}/{resourceName}/privateEndpointConnections/{connectionName}.
- properties
- PrivateEndpointConnection
- name
- String
The name of the private Endpoint Connection
- type
- String
The type, which will be of the format, Microsoft.RecoveryServices/vaults/privateEndpointConnections
- location
- String
The location of the private Endpoint connection
Applies to
Azure SDK for .NET