Interface PrivateLinkScopeValidationDetails


public interface PrivateLinkScopeValidationDetails
An immutable client-side representation of PrivateLinkScopeValidationDetails.
  • Method Details

    • id

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

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

      List<ConnectionDetail> connectionDetails()
      Gets the connectionDetails property: List of Private Endpoint Connection details.
      Returns:
      the connectionDetails value.
    • innerModel

      Gets the inner com.azure.resourcemanager.hybridcompute.fluent.models.PrivateLinkScopeValidationDetailsInner object.
      Returns:
      the inner object.