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