OrchestratorResourceUpdateParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceUpdateParameters

Implements

public final class OrchestratorResourceUpdateParameters
implements JsonSerializable<OrchestratorResourceUpdateParameters>

Parameters for updating a resource.

Constructor Summary

Constructor Description
OrchestratorResourceUpdateParameters()

Creates an instance of OrchestratorResourceUpdateParameters class.

Method Summary

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

Reads an instance of OrchestratorResourceUpdateParameters from the JsonReader.

Map<String,String> tags()

Get the tags property: The resource tags.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

OrchestratorResourceUpdateParameters withTags(Map<String,String> tags)

Set the tags property: The resource tags.

Methods inherited from java.lang.Object

Constructor Details

OrchestratorResourceUpdateParameters

public OrchestratorResourceUpdateParameters()

Creates an instance of OrchestratorResourceUpdateParameters class.

Method Details

fromJson

public static OrchestratorResourceUpdateParameters fromJson(JsonReader jsonReader)

Reads an instance of OrchestratorResourceUpdateParameters from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of OrchestratorResourceUpdateParameters 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 OrchestratorResourceUpdateParameters.

tags

public Map<String,String> tags()

Get the tags property: The resource tags.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withTags

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

Set the tags property: The resource tags.

Parameters:

tags - the tags value to set.

Returns:

the OrchestratorResourceUpdateParameters object itself.

Applies to