Class ExtensionPropertiesAksAssignedIdentity


  • public class ExtensionPropertiesAksAssignedIdentity
    extends Object
    Identity of the Extension resource in an AKS cluster.
    • Constructor Detail

      • ExtensionPropertiesAksAssignedIdentity

        public ExtensionPropertiesAksAssignedIdentity()
    • Method Detail

      • principalId

        public String principalId()
        Get the principalId property: The principal ID of resource identity.
        Returns:
        the principalId value.
      • tenantId

        public String tenantId()
        Get the tenantId property: The tenant ID of resource.
        Returns:
        the tenantId value.
      • type

        public AksIdentityType type()
        Get the type property: The identity type.
        Returns:
        the type value.
      • validate

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