AccessBridgePatchParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.networkcloud.models.AccessBridgePatchParameters

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 AccessBridgePatchParameters class.

Method Summary

Modifier and Type Method and Description
static AccessBridgePatchParameters fromJson(JsonReader jsonReader)

Reads an instance of AccessBridgePatchParameters from the JsonReader.

AccessBridgePatchProperties properties()

Get the properties property: The list of the resource properties.

Map<String,String> tags()

Get the tags property: Resource tags.

JsonWriter toJson(JsonWriter jsonWriter)
AccessBridgePatchParameters withProperties(AccessBridgePatchProperties properties)

Set the properties property: The list of the resource properties.

AccessBridgePatchParameters 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:

jsonReader - The JsonReader being read.

Returns:

An instance of AccessBridgePatchParameters if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AccessBridgePatchParameters.

properties

public AccessBridgePatchProperties properties()

Get the properties property: The list of the resource properties.

Returns:

the properties value.

tags

public Map<String,String> tags()

Get the tags property: Resource tags.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

withProperties

public AccessBridgePatchParameters withProperties(AccessBridgePatchProperties properties)

Set the properties property: The list of the resource properties.

Parameters:

properties - the properties value to set.

Returns:

the AccessBridgePatchParameters object itself.

withTags

public AccessBridgePatchParameters withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Parameters:

tags - the tags value to set.

Returns:

the AccessBridgePatchParameters object itself.

Applies to