Class PrivateEndpointConnectionResponse


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

      • eTag

        public java.util.Optional<java.lang.String> eTag()
        Returns:
        For optimistic concurrency control.
      • groupIds

        public java.util.List<java.lang.String> groupIds()
        Returns:
        The group ids for the private endpoint resource.
      • id

        public java.lang.String id()
        Returns:
        Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}
      • name

        public java.lang.String name()
        Returns:
        Name of the private endpoint endpoint connection.
      • privateEndpoint

        public java.util.Optional<PrivateEndpointResponse> privateEndpoint()
        Returns:
        The private endpoint resource.
      • privateLinkServiceConnectionState

        public java.util.Optional<PrivateLinkServiceConnectionStateResponse> privateLinkServiceConnectionState()
        Returns:
        A collection of information about the state of the connection between service consumer and provider.
      • provisioningState

        public java.util.Optional<java.lang.String> provisioningState()
        Returns:
        The provisioning state of the private endpoint connection resource.
      • systemData

        public java.util.Optional<SystemDataResponse> systemData()
        Returns:
        Metadata pertaining to creation and last modification of the resource.
      • type

        public java.lang.String type()
        Returns:
        Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].