Share via


UpdateConfigurationNavigation Class

  • java.lang.Object
    • com.azure.resourcemanager.automation.models.UpdateConfigurationNavigation

Implements

public final class UpdateConfigurationNavigation
implements JsonSerializable<UpdateConfigurationNavigation>

Software update configuration Run Navigation model.

Constructor Summary

Constructor Description
UpdateConfigurationNavigation()

Creates an instance of UpdateConfigurationNavigation class.

Method Summary

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

Reads an instance of UpdateConfigurationNavigation from the JsonReader.

String name()

Get the name property: Name of the software update configuration triggered the software update configuration run.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

UpdateConfigurationNavigation

public UpdateConfigurationNavigation()

Creates an instance of UpdateConfigurationNavigation class.

Method Details

fromJson

public static UpdateConfigurationNavigation fromJson(JsonReader jsonReader)

Reads an instance of UpdateConfigurationNavigation from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

name

public String name()

Get the name property: Name of the software update configuration triggered the software update configuration run.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to