PrivateEndpointConnectionVaultProperties interface
Information to be stored in Vault properties as an element of privateEndpointConnections List.
Properties
| id | Format of id subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.[Service]/{resource}/{resourceName}/privateEndpointConnections/{connectionName}. |
| location | The location of the private Endpoint connection |
| name | The name of the private Endpoint Connection |
| properties | Private Endpoint Connection Response Properties. |
| type | The type, which will be of the format, Microsoft.RecoveryServices/vaults/privateEndpointConnections |
Property Details
id
Format of id subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.[Service]/{resource}/{resourceName}/privateEndpointConnections/{connectionName}.
id?: string
Property Value
string
location
The location of the private Endpoint connection
location?: string
Property Value
string
name
The name of the private Endpoint Connection
name?: string
Property Value
string
properties
Private Endpoint Connection Response Properties.
properties?: PrivateEndpointConnection
Property Value
type
The type, which will be of the format, Microsoft.RecoveryServices/vaults/privateEndpointConnections
type?: string
Property Value
string