UpdateConfigurationNavigation Class
- java.
lang. Object - com.
azure. resourcemanager. automation. models. UpdateConfigurationNavigation
- com.
Implements
public final class UpdateConfigurationNavigation
implements JsonSerializable<UpdateConfigurationNavigation>
Software update configuration Run Navigation model.
Constructor Summary
| Constructor | Description |
|---|---|
| UpdateConfigurationNavigation() |
Creates an instance of Update |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Update |
fromJson(JsonReader jsonReader)
Reads an instance of Update |
| String |
name()
Get the name property: Name of the software update configuration triggered the software update configuration run. |
|
Json |
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:
Returns:
Throws:
name
public String name()
Get the name property: Name of the software update configuration triggered the software update configuration run.
Returns:
toJson
validate
public void validate()
Validates the instance.