Class PrivateEndpointConnectionProperties

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

public final class PrivateEndpointConnectionProperties extends Object
Properties of the private endpoint connection resource.
  • Constructor Details

    • PrivateEndpointConnectionProperties

      public PrivateEndpointConnectionProperties()
  • Method Details

    • privateEndpoint

      public PrivateEndpoint privateEndpoint()
      Get the privateEndpoint property: The Private Endpoint resource for this Connection.
      Returns:
      the privateEndpoint value.
    • withPrivateEndpoint

      public PrivateEndpointConnectionProperties withPrivateEndpoint(PrivateEndpoint privateEndpoint)
      Set the privateEndpoint property: The Private Endpoint resource for this Connection.
      Parameters:
      privateEndpoint - the privateEndpoint value to set.
      Returns:
      the PrivateEndpointConnectionProperties object itself.
    • groupIds

      public List<String> groupIds()
      Get the groupIds property: GroupIds from the private link service resource.
      Returns:
      the groupIds value.
    • withGroupIds

      public PrivateEndpointConnectionProperties withGroupIds(List<String> groupIds)
      Set the groupIds property: GroupIds from the private link service resource.
      Parameters:
      groupIds - the groupIds value to set.
      Returns:
      the PrivateEndpointConnectionProperties object itself.
    • privateLinkServiceConnectionState

      public ConnectionState privateLinkServiceConnectionState()
      Get the privateLinkServiceConnectionState property: Details about the state of the connection.
      Returns:
      the privateLinkServiceConnectionState value.
    • withPrivateLinkServiceConnectionState

      public PrivateEndpointConnectionProperties withPrivateLinkServiceConnectionState(ConnectionState privateLinkServiceConnectionState)
      Set the privateLinkServiceConnectionState property: Details about the state of the connection.
      Parameters:
      privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.
      Returns:
      the PrivateEndpointConnectionProperties object itself.
    • provisioningState

      public ResourceProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state of the Private Endpoint Connection.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public PrivateEndpointConnectionProperties withProvisioningState(ResourceProvisioningState provisioningState)
      Set the provisioningState property: Provisioning state of the Private Endpoint Connection.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the PrivateEndpointConnectionProperties object itself.
    • validate

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