Class PrivateLinkHubProperties

java.lang.Object
com.azure.resourcemanager.synapse.fluent.models.PrivateLinkHubProperties

public final class PrivateLinkHubProperties extends Object
PrivateLinkHub properties.
  • Constructor Details

    • PrivateLinkHubProperties

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

    • provisioningState

      public String provisioningState()
      Get the provisioningState property: PrivateLinkHub provisioning state.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public PrivateLinkHubProperties withProvisioningState(String provisioningState)
      Set the provisioningState property: PrivateLinkHub provisioning state.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the PrivateLinkHubProperties object itself.
    • privateEndpointConnections

      public List<PrivateEndpointConnectionForPrivateLinkHubBasic> privateEndpointConnections()
      Get the privateEndpointConnections property: List of private endpoint connections.
      Returns:
      the privateEndpointConnections value.
    • validate

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