OBJECT

DetailedPrivateEndpointConnection

Description

Detailed information about the private endpoint connection.

link GraphQL Schema definition

  • type DetailedPrivateEndpointConnection {
  • # Storage account ID.
  • storageAccountId: String!
  • # Private endpoint connection.
  • privateEndpointConnection: PrivateEndpointConnection
  • }

link Require by