INPUT_OBJECT

RemovePrivateEndpointConnectionInput

Description

Input for removing private endpoint connection to RCV location.

link GraphQL Schema definition

  • input RemovePrivateEndpointConnectionInput {
  • # Field for specifying location identifier of the target.
  • locationId: UUID!
  • # Field for specifying the Azure resource identifier for an RCV private endpoint.
  • privateEndpointId: String!
  • }

link Require by