Class HybridIdentityMetadataProperties
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.fluent.models.HybridIdentityMetadataProperties
Defines the resource properties.
-
Constructor Summary
ConstructorDescriptionCreates an instance of HybridIdentityMetadataProperties class. -
Method Summary
Modifier and TypeMethodDescriptionidentity()
Get the identity property: The identity of the provisioned cluster.Get the provisioningState property: provisioning state of the hybridIdentityMetadata resource.Get the publicKey property: Onboarding public key for provisioning the Managed identity for the HybridAKS cluster.Get the resourceUid property: Unique id of the parent provisioned cluster resource.void
validate()
Validates the instance.withIdentity
(ProvisionedClusterIdentity identity) Set the identity property: The identity of the provisioned cluster.withPublicKey
(String publicKey) Set the publicKey property: Onboarding public key for provisioning the Managed identity for the HybridAKS cluster.withResourceUid
(String resourceUid) Set the resourceUid property: Unique id of the parent provisioned cluster resource.
-
Constructor Details
-
HybridIdentityMetadataProperties
public HybridIdentityMetadataProperties()Creates an instance of HybridIdentityMetadataProperties class.
-
-
Method Details
-
resourceUid
Get the resourceUid property: Unique id of the parent provisioned cluster resource.- Returns:
- the resourceUid value.
-
withResourceUid
Set the resourceUid property: Unique id of the parent provisioned cluster resource.- Parameters:
resourceUid
- the resourceUid value to set.- Returns:
- the HybridIdentityMetadataProperties object itself.
-
publicKey
Get the publicKey property: Onboarding public key for provisioning the Managed identity for the HybridAKS cluster.- Returns:
- the publicKey value.
-
withPublicKey
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 HybridIdentityMetadataProperties object itself.
-
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 HybridIdentityMetadataProperties object itself.
-
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.
-