Class PrivateEndpointConnectionInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.batch.fluent.models.PrivateEndpointConnectionInner

public final class PrivateEndpointConnectionInner extends com.azure.core.management.ProxyResource
Contains information about a private link resource.
  • Constructor Details

    • PrivateEndpointConnectionInner

      public PrivateEndpointConnectionInner()
      Creates an instance of PrivateEndpointConnectionInner class.
  • Method Details

    • etag

      public String etag()
      Get the etag property: The ETag of the resource, used for concurrency statements.
      Returns:
      the etag value.
    • provisioningState

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

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

      public List<String> groupIds()
      Get the groupIds property: The group id of the private endpoint connection.

      The value has one and only one group id.

      Returns:
      the groupIds value.
    • privateLinkServiceConnectionState

      public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
      Get the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.
      Returns:
      the privateLinkServiceConnectionState value.
    • withPrivateLinkServiceConnectionState

      public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
      Set the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.
      Parameters:
      privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.
      Returns:
      the PrivateEndpointConnectionInner object itself.
    • validate

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