ConnectedCachePatchResource Class
- java.
lang. Object - com.
azure. resourcemanager. connectedcache. models. ConnectedCachePatchResource
- com.
Implements
public final class ConnectedCachePatchResource
implements JsonSerializable<ConnectedCachePatchResource>
Mcc PATCH operation properties.
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectedCachePatchResource() |
Creates an instance of Connected |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Connected |
fromJson(JsonReader jsonReader)
Reads an instance of Connected |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Connected |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
ConnectedCachePatchResource
public ConnectedCachePatchResource()
Creates an instance of ConnectedCachePatchResource class.
Method Details
fromJson
public static ConnectedCachePatchResource fromJson(JsonReader jsonReader)
Reads an instance of ConnectedCachePatchResource from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
withTags
public ConnectedCachePatchResource withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: