CustomizationIdentityUserData Class

  • java.lang.Object
    • com.azure.resourcemanager.vmwarecloudsimple.models.CustomizationIdentityUserData

Implements

public final class CustomizationIdentityUserData
implements JsonSerializable<CustomizationIdentityUserData>

Windows Identity. User data customization.

Constructor Summary

Constructor Description
CustomizationIdentityUserData()

Creates an instance of CustomizationIdentityUserData class.

Method Summary

Modifier and Type Method and Description
static CustomizationIdentityUserData fromJson(JsonReader jsonReader)

Reads an instance of CustomizationIdentityUserData from the JsonReader.

Boolean isPasswordPredefined()

Get the isPasswordPredefined property: Is password predefined in customization policy.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

CustomizationIdentityUserData withIsPasswordPredefined(Boolean isPasswordPredefined)

Set the isPasswordPredefined property: Is password predefined in customization policy.

Methods inherited from java.lang.Object

Constructor Details

CustomizationIdentityUserData

public CustomizationIdentityUserData()

Creates an instance of CustomizationIdentityUserData class.

Method Details

fromJson

public static CustomizationIdentityUserData fromJson(JsonReader jsonReader)

Reads an instance of CustomizationIdentityUserData from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CustomizationIdentityUserData 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 CustomizationIdentityUserData.

isPasswordPredefined

public Boolean isPasswordPredefined()

Get the isPasswordPredefined property: Is password predefined in customization policy.

Returns:

the isPasswordPredefined value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withIsPasswordPredefined

public CustomizationIdentityUserData withIsPasswordPredefined(Boolean isPasswordPredefined)

Set the isPasswordPredefined property: Is password predefined in customization policy.

Parameters:

isPasswordPredefined - the isPasswordPredefined value to set.

Returns:

the CustomizationIdentityUserData object itself.

Applies to