OBJECT
UpdateRcvPrivateEndpointReply
Description
Detailed information about a private endpoint connection for RCV.
link GraphQL Schema definition
- type UpdateRcvPrivateEndpointReply {
- # Description of the private endpoint.
- : String!
- # Name of the private endpoint.
- : String!
- # Details of the private endpoint connection related to the cloud provider.
- : PrivateEndpointConnection
- # The ID of the storage account associated with this private endpoint.
- : String!
- }