Class PrivateEndpointConnectionReference

java.lang.Object
com.azure.resourcemanager.appconfiguration.models.PrivateEndpointConnectionReference

public final class PrivateEndpointConnectionReference extends Object
A reference to a related private endpoint connection.
  • Constructor Details

    • PrivateEndpointConnectionReference

      public PrivateEndpointConnectionReference()
  • Method Details

    • id

      public String id()
      Get the id property: The resource ID.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: The name of the resource.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: The type of the resource.
      Returns:
      the type value.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning status of the private endpoint connection.
      Returns:
      the provisioningState value.
    • privateEndpoint

      public PrivateEndpoint privateEndpoint()
      Get the privateEndpoint property: The resource of private endpoint.
      Returns:
      the privateEndpoint value.
    • withPrivateEndpoint

      public PrivateEndpointConnectionReference withPrivateEndpoint(PrivateEndpoint privateEndpoint)
      Set the privateEndpoint property: The resource of private endpoint.
      Parameters:
      privateEndpoint - the privateEndpoint value to set.
      Returns:
      the PrivateEndpointConnectionReference object itself.
    • privateLinkServiceConnectionState

      public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
      Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
      Returns:
      the privateLinkServiceConnectionState value.
    • withPrivateLinkServiceConnectionState

      public PrivateEndpointConnectionReference withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
      Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
      Parameters:
      privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.
      Returns:
      the PrivateEndpointConnectionReference object itself.
    • validate

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