Class PrivateLinkScopeValidationDetailsInner

java.lang.Object
com.azure.resourcemanager.hybridcompute.fluent.models.PrivateLinkScopeValidationDetailsInner

public final class PrivateLinkScopeValidationDetailsInner extends Object
The PrivateLinkScopeValidationDetails model.
  • Constructor Details

    • PrivateLinkScopeValidationDetailsInner

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

    • id

      public String id()
      Get the id property: Azure resource Id.
      Returns:
      the id value.
    • publicNetworkAccess

      public PublicNetworkAccessType publicNetworkAccess()
      Get the publicNetworkAccess property: Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
      Returns:
      the publicNetworkAccess value.
    • withPublicNetworkAccess

      public PrivateLinkScopeValidationDetailsInner withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess)
      Set the publicNetworkAccess property: Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
      Parameters:
      publicNetworkAccess - the publicNetworkAccess value to set.
      Returns:
      the PrivateLinkScopeValidationDetailsInner object itself.
    • connectionDetails

      public List<ConnectionDetail> connectionDetails()
      Get the connectionDetails property: List of Private Endpoint Connection details.
      Returns:
      the connectionDetails value.
    • withConnectionDetails

      public PrivateLinkScopeValidationDetailsInner withConnectionDetails(List<ConnectionDetail> connectionDetails)
      Set the connectionDetails property: List of Private Endpoint Connection details.
      Parameters:
      connectionDetails - the connectionDetails value to set.
      Returns:
      the PrivateLinkScopeValidationDetailsInner object itself.
    • validate

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