次の方法で共有


Private Endpoint Connection - Get

Get Private Endpoint Connection. This call is made by Backup Admin.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}?api-version=2024-04-01

URI Parameters

Name In Required Type Description
privateEndpointConnectionName
path True

string

The name of the private endpoint connection.

resourceGroupName
path True

string

The name of the resource group where the recovery services vault is present.

subscriptionId
path True

string

The subscription Id.

vaultName
path True

string

The name of the recovery services vault.

api-version
query True

string

Client Api Version.

Responses

Name Type Description
200 OK

PrivateEndpointConnectionResource

OK

Other Status Codes

NewErrorResponse

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account.

Examples

Get PrivateEndpointConnection

Sample request

GET https://management.azure.com/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/gaallaRG/providers/Microsoft.RecoveryServices/vaults/gaallavaultbvtd2msi/privateEndpointConnections/gaallatestpe2.5704c932-249a-490b-a142-1396838cd3b?api-version=2024-04-01

Sample response

{
  "id": "/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/gaallaRG/providers/Microsoft.RecoveryServicesBVTD2/vaults/gaallavaultbvtd2msi/privateEndpointConnections/gaallatestpe3.3592346090307038890.backup.5704c932-249a-490b-a142-1396838cd3b",
  "name": "gaallatestpe1.3592346090307038890.backup.5704c932-249a-490b-a142-1396838cd3b",
  "type": "Microsoft.RecoveryServices/vaults/privateEndpointConnections",
  "properties": {
    "provisioningState": "Pending",
    "privateEndpoint": {
      "id": "/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/gaallaRG/providers/Microsoft.Network/privateEndpoints/gaallatestpe3"
    },
    "privateLinkServiceConnectionState": {
      "status": "Approved",
      "description": "Approved by johndoe@company.com"
    },
    "groupIds": [
      "AzureBackup_secondary"
    ]
  }
}

Definitions

Name Description
Error

The error object.

ErrorAdditionalInfo

The resource management error additional info.

NewErrorResponse

The resource management error response.

PrivateEndpoint

The Private Endpoint network resource that is linked to the Private Endpoint connection

PrivateEndpointConnection

Private Endpoint Connection Response Properties

PrivateEndpointConnectionResource

Private Endpoint Connection Response Properties

PrivateEndpointConnectionStatus

Gets or sets the status

PrivateLinkServiceConnectionState

Private Link Service Connection State

ProvisioningState

Gets or sets provisioning state of the private endpoint connection

VaultSubResourceType

Group Ids for the Private Endpoint

Error

The error object.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

NewErrorResponse[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

NewErrorResponse

The resource management error response.

Name Type Description
error

Error

The error object.

PrivateEndpoint

The Private Endpoint network resource that is linked to the Private Endpoint connection

Name Type Description
id

string

Gets or sets id

PrivateEndpointConnection

Private Endpoint Connection Response Properties

Name Type Description
groupIds

VaultSubResourceType[]

Group Ids for the Private Endpoint

privateEndpoint

PrivateEndpoint

Gets or sets private endpoint associated with the private endpoint connection

privateLinkServiceConnectionState

PrivateLinkServiceConnectionState

Gets or sets private link service connection state

provisioningState

ProvisioningState

Gets or sets provisioning state of the private endpoint connection

PrivateEndpointConnectionResource

Private Endpoint Connection Response Properties

Name Type Description
eTag

string

Optional ETag.

id

string

Resource Id represents the complete path to the resource.

location

string

Resource location.

name

string

Resource name associated with the resource.

properties

PrivateEndpointConnection

PrivateEndpointConnectionResource properties

tags

object

Resource tags.

type

string

Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...

PrivateEndpointConnectionStatus

Gets or sets the status

Name Type Description
Approved

string

Disconnected

string

Pending

string

Rejected

string

PrivateLinkServiceConnectionState

Private Link Service Connection State

Name Type Description
actionsRequired

string

Gets or sets actions required

description

string

Gets or sets description

status

PrivateEndpointConnectionStatus

Gets or sets the status

ProvisioningState

Gets or sets provisioning state of the private endpoint connection

Name Type Description
Deleting

string

Failed

string

Pending

string

Succeeded

string

VaultSubResourceType

Group Ids for the Private Endpoint

Name Type Description
AzureBackup

string

AzureBackup_secondary

string

AzureSiteRecovery

string