Class PrivateEndpointConnectionResponse


  • public final class PrivateEndpointConnectionResponse
    extends java.lang.Object
    • Method Detail

      • groupId

        public java.util.Optional<java.lang.String> groupId()
        Returns:
        Group id of the private endpoint.
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • privateEndpoint

        public java.util.Optional<PrivateEndpointPropertyResponse> privateEndpoint()
        Returns:
        Private endpoint which the connection belongs to.
      • provisioningState

        public java.util.Optional<java.lang.String> provisioningState()
        Returns:
        Provisioning state of the private endpoint.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"