AccessBridgePatchParameters Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. AccessBridgePatchParameters
- com.
Implements
public final class AccessBridgePatchParameters
implements JsonSerializable<AccessBridgePatchParameters>
AccessBridgePatchParameters represents the payload for a PATCH request to an access bridge.
Constructor Summary
| Constructor | Description |
|---|---|
| AccessBridgePatchParameters() |
Creates an instance of Access |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Access |
fromJson(JsonReader jsonReader)
Reads an instance of Access |
|
Access |
properties()
Get the properties property: The list of the resource properties. |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Access |
withProperties(AccessBridgePatchProperties properties)
Set the properties property: The list of the resource properties. |
|
Access |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
AccessBridgePatchParameters
public AccessBridgePatchParameters()
Creates an instance of AccessBridgePatchParameters class.
Method Details
fromJson
public static AccessBridgePatchParameters fromJson(JsonReader jsonReader)
Reads an instance of AccessBridgePatchParameters from the JsonReader.
Parameters:
Returns:
Throws:
properties
public AccessBridgePatchProperties properties()
Get the properties property: The list of the resource properties.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
withProperties
public AccessBridgePatchParameters withProperties(AccessBridgePatchProperties properties)
Set the properties property: The list of the resource properties.
Parameters:
Returns:
withTags
public AccessBridgePatchParameters withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: