Freigeben über


ManagedClusterAddonProfileIdentity Class

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 ManagedClusterAddonProfileIdentity fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterAddonProfileIdentity from the JsonReader.

JsonWriter 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:

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ManagedClusterAddonProfileIdentity.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

ManagedClusterAddonProfileIdentity.validate()

Applies to