Class PrivateEndpointConnection

java.lang.Object
com.azure.resourcemanager.recoveryservices.models.PrivateEndpointConnection

public final class PrivateEndpointConnection extends Object
Private Endpoint Connection Response Properties.
  • Constructor Details

    • PrivateEndpointConnection

      public PrivateEndpointConnection()
  • Method Details

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Gets or sets provisioning state of the private endpoint connection.
      Returns:
      the provisioningState value.
    • privateEndpoint

      public PrivateEndpoint privateEndpoint()
      Get the privateEndpoint property: The Private Endpoint network resource that is linked to the Private Endpoint connection.
      Returns:
      the privateEndpoint value.
    • privateLinkServiceConnectionState

      public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
      Get the privateLinkServiceConnectionState property: Gets or sets private link service connection state.
      Returns:
      the privateLinkServiceConnectionState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.