Class PrivateLinkHubInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.synapse.fluent.models.PrivateLinkHubInner

public final class PrivateLinkHubInner extends com.azure.core.management.Resource
A privateLinkHub.
  • Constructor Details

    • PrivateLinkHubInner

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

    • withLocation

      public PrivateLinkHubInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public PrivateLinkHubInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • provisioningState

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

      public PrivateLinkHubInner withProvisioningState(String provisioningState)
      Set the provisioningState property: PrivateLinkHub provisioning state.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the PrivateLinkHubInner 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.