ApplicationDefinitionPatchable Class
- java.
lang. Object - com.
azure. resourcemanager. managedapplications. models. ApplicationDefinitionPatchable
- com.
Implements
public final class ApplicationDefinitionPatchable
implements JsonSerializable<ApplicationDefinitionPatchable>
Information about an application definition request.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationDefinitionPatchable() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| Map<String,String> |
tags()
Get the tags property: Application definition tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Application |
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:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Application definition tags.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTags
public ApplicationDefinitionPatchable withTags(Map<String,String> tags)
Set the tags property: Application definition tags.
Parameters:
Returns: