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 Summary
ConstructorDescriptionCreates an instance of HybridIdentityMetadataInner 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.com.azure.core.management.SystemData
Get the systemData property: The system data.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.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
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
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 HybridIdentityMetadataInner 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 HybridIdentityMetadataInner 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 HybridIdentityMetadataInner 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.
-