Class ManagedClusterAddonProfileIdentity
java.lang.Object
com.azure.resourcemanager.containerservice.models.UserAssignedIdentity
com.azure.resourcemanager.containerservice.models.ManagedClusterAddonProfileIdentity
- All Implemented Interfaces:
com.azure.json.JsonSerializable<UserAssignedIdentity>
Information of user assigned identity used by this add-on.
-
Method Summary
Methods inherited from class UserAssignedIdentity
clientId, objectId, resourceId, withClientId, withObjectId, withResourceIdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
validate
public void validate()Validates the instance.- Overrides:
validatein classUserAssignedIdentity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<UserAssignedIdentity>- Overrides:
toJsonin classUserAssignedIdentity- Throws:
IOException
-
fromJson
public static ManagedClusterAddonProfileIdentity fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of ManagedClusterAddonProfileIdentity from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of ManagedClusterAddonProfileIdentity if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the ManagedClusterAddonProfileIdentity.
-