UpdateSapCentralInstanceRequest Class
- java.
lang. Object - com.
azure. resourcemanager. workloads. models. UpdateSapCentralInstanceRequest
- com.
Implements
public final class UpdateSapCentralInstanceRequest
implements JsonSerializable<UpdateSapCentralInstanceRequest>
Defines the request body for updating SAP Central Instance.
Constructor Summary
| Constructor | Description |
|---|---|
| UpdateSapCentralInstanceRequest() |
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
UpdateSapCentralInstanceRequest
public UpdateSapCentralInstanceRequest()
Creates an instance of UpdateSapCentralInstanceRequest class.
Method Details
fromJson
public static UpdateSapCentralInstanceRequest fromJson(JsonReader jsonReader)
Reads an instance of UpdateSapCentralInstanceRequest 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 UpdateSapCentralInstanceRequest withTags(Map<String,String> tags)
Set the tags property: Gets or sets the Resource tags.
Parameters:
Returns: