OBJECT

UpdateRcvPrivateEndpointReply

Description

Detailed information about a private endpoint connection for RCV.

link GraphQL Schema definition

  • type UpdateRcvPrivateEndpointReply {
  • # Description of the private endpoint.
  • description: String!
  • # Name of the private endpoint.
  • name: String!
  • # Details of the private endpoint connection related to the cloud provider.
  • privateEndpointConnection: PrivateEndpointConnection
  • # The ID of the storage account associated with this private endpoint.
  • storageAccountId: String!
  • }

link Require by