Class HybridIdentityMetadataInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.hybridcontainerservice.fluent.models.HybridIdentityMetadataInner

public final class HybridIdentityMetadataInner extends com.azure.core.management.ProxyResource
Defines the hybridIdentityMetadata.
  • Constructor Details

    • HybridIdentityMetadataInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system data.
      Returns:
      the systemData value.
    • resourceUid

      public String resourceUid()
      Get the resourceUid property: Unique id of the parent provisioned cluster resource.
      Returns:
      the resourceUid value.
    • withResourceUid

      public HybridIdentityMetadataInner withResourceUid(String resourceUid)
      Set the resourceUid property: Unique id of the parent provisioned cluster resource.
      Parameters:
      resourceUid - the resourceUid value to set.
      Returns:
      the HybridIdentityMetadataInner object itself.
    • publicKey

      public String publicKey()
      Get the publicKey property: Onboarding public key for provisioning the Managed identity for the HybridAKS cluster.
      Returns:
      the publicKey value.
    • withPublicKey

      public HybridIdentityMetadataInner withPublicKey(String publicKey)
      Set the publicKey property: Onboarding public key for provisioning the Managed identity for the HybridAKS cluster.
      Parameters:
      publicKey - the publicKey value to set.
      Returns:
      the HybridIdentityMetadataInner object itself.
    • identity

      public ProvisionedClusterIdentity identity()
      Get the identity property: The identity of the provisioned cluster.
      Returns:
      the identity value.
    • withIdentity

      Set the identity property: The identity of the provisioned cluster.
      Parameters:
      identity - the identity value to set.
      Returns:
      the HybridIdentityMetadataInner object itself.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: provisioning state of the hybridIdentityMetadata resource.
      Returns:
      the provisioningState value.
    • validate

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