TrunkedNetworkPatchParameters Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. TrunkedNetworkPatchParameters
- com.
Implements
public final class TrunkedNetworkPatchParameters
implements JsonSerializable<TrunkedNetworkPatchParameters>
TrunkedNetworkPatchParameters represents the body of the request to patch the Trunked network.
Constructor Summary
| Constructor | Description |
|---|---|
| TrunkedNetworkPatchParameters() |
Creates an instance of Trunked |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Trunked |
fromJson(JsonReader jsonReader)
Reads an instance of Trunked |
| Map<String,String> |
tags()
Get the tags property: The Azure resource tags that will replace the existing ones. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Trunked |
withTags(Map<String,String> tags)
Set the tags property: The Azure resource tags that will replace the existing ones. |
Methods inherited from java.lang.Object
Constructor Details
TrunkedNetworkPatchParameters
public TrunkedNetworkPatchParameters()
Creates an instance of TrunkedNetworkPatchParameters class.
Method Details
fromJson
public static TrunkedNetworkPatchParameters fromJson(JsonReader jsonReader)
Reads an instance of TrunkedNetworkPatchParameters from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: The Azure resource tags that will replace the existing ones.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTags
public TrunkedNetworkPatchParameters withTags(Map<String,String> tags)
Set the tags property: The Azure resource tags that will replace the existing ones.
Parameters:
Returns: