OrchestratorResourceUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. delegatednetwork. models. OrchestratorResourceUpdateParameters
- com.
Implements
public final class OrchestratorResourceUpdateParameters
implements JsonSerializable<OrchestratorResourceUpdateParameters>
Parameters for updating a resource.
Constructor Summary
| Constructor | Description |
|---|---|
| OrchestratorResourceUpdateParameters() |
Creates an instance of Orchestrator |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Orchestrator |
fromJson(JsonReader jsonReader)
Reads an instance of Orchestrator |
| Map<String,String> |
tags()
Get the tags property: The resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Orchestrator |
withTags(Map<String,String> tags)
Set the tags property: The resource tags. |
Methods inherited from java.lang.Object
Constructor Details
OrchestratorResourceUpdateParameters
public OrchestratorResourceUpdateParameters()
Creates an instance of OrchestratorResourceUpdateParameters class.
Method Details
fromJson
public static OrchestratorResourceUpdateParameters fromJson(JsonReader jsonReader)
Reads an instance of OrchestratorResourceUpdateParameters from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: The resource tags.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTags
public OrchestratorResourceUpdateParameters withTags(Map<String,String> tags)
Set the tags property: The resource tags.
Parameters:
Returns: