Class PrivateEndpointConnectionProperties

java.lang.Object
com.azure.resourcemanager.batch.fluent.models.PrivateEndpointConnectionProperties

public final class PrivateEndpointConnectionProperties extends Object
Private endpoint connection properties.
  • Constructor Details

    • PrivateEndpointConnectionProperties

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

    • 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 PrivateEndpointConnectionProperties 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 PrivateEndpointConnectionProperties object itself.
    • validate

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