UpdateSapApplicationInstanceRequest Class
- java.
lang. Object - com.
azure. resourcemanager. workloads. models. UpdateSapApplicationInstanceRequest
- com.
Implements
public final class UpdateSapApplicationInstanceRequest
implements JsonSerializable<UpdateSapApplicationInstanceRequest>
Defines the request body for updating SAP Application Instance.
Constructor Summary
| Constructor | Description |
|---|---|
| UpdateSapApplicationInstanceRequest() |
Creates an instance of Update |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Update |
fromJson(JsonReader jsonReader)
Reads an instance of Update |
| Map<String,String> |
tags()
Get the tags property: Gets or sets the Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Update |
withTags(Map<String,String> tags)
Set the tags property: Gets or sets the Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
UpdateSapApplicationInstanceRequest
public UpdateSapApplicationInstanceRequest()
Creates an instance of UpdateSapApplicationInstanceRequest class.
Method Details
fromJson
public static UpdateSapApplicationInstanceRequest fromJson(JsonReader jsonReader)
Reads an instance of UpdateSapApplicationInstanceRequest from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Gets or sets the Resource tags.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTags
public UpdateSapApplicationInstanceRequest withTags(Map<String,String> tags)
Set the tags property: Gets or sets the Resource tags.
Parameters:
Returns: