ManagedClusterAddonProfileIdentity Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. UserAssignedIdentity - com.
azure. resourcemanager. containerservice. models. ManagedClusterAddonProfileIdentity
- com.
- com.
public final class ManagedClusterAddonProfileIdentity
extends UserAssignedIdentity
Information of user assigned identity used by this add-on.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from UserAssignedIdentity
Methods inherited from java.lang.Object
Method Details
fromJson
public static ManagedClusterAddonProfileIdentity fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterAddonProfileIdentity from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedClusterAddonProfileIdentity.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
ManagedClusterAddonProfileIdentity.validate()