ApplicationDefinitionPatchable Class

  • java.lang.Object
    • com.azure.resourcemanager.managedapplications.models.ApplicationDefinitionPatchable

Implements

public final class ApplicationDefinitionPatchable
implements JsonSerializable<ApplicationDefinitionPatchable>

Information about an application definition request.

Constructor Summary

Constructor Description
ApplicationDefinitionPatchable()

Creates an instance of ApplicationDefinitionPatchable class.

Method Summary

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

Reads an instance of ApplicationDefinitionPatchable from the JsonReader.

Map<String,String> tags()

Get the tags property: Application definition tags.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ApplicationDefinitionPatchable withTags(Map<String,String> tags)

Set the tags property: Application definition tags.

Methods inherited from java.lang.Object

Constructor Details

ApplicationDefinitionPatchable

public ApplicationDefinitionPatchable()

Creates an instance of ApplicationDefinitionPatchable class.

Method Details

fromJson

public static ApplicationDefinitionPatchable fromJson(JsonReader jsonReader)

Reads an instance of ApplicationDefinitionPatchable from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

tags

public Map<String,String> tags()

Get the tags property: Application definition tags.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withTags

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

Set the tags property: Application definition tags.

Parameters:

tags - the tags value to set.

Returns:

the ApplicationDefinitionPatchable object itself.

Applies to