CsmOperationDisplay Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. CsmOperationDisplay
- com.
Implements
public final class CsmOperationDisplay
implements JsonSerializable<CsmOperationDisplay>
Meta data about operation used for display in portal.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The description property. |
|
static
Csm |
fromJson(JsonReader jsonReader)
Reads an instance of Csm |
| String |
operation()
Get the operation property: The operation property. |
| String |
provider()
Get the provider property: The provider property. |
| String |
resource()
Get the resource property: The resource property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
description
public String description()
Get the description property: The description property.
Returns:
fromJson
public static CsmOperationDisplay fromJson(JsonReader jsonReader)
Reads an instance of CsmOperationDisplay from the JsonReader.
Parameters:
Returns:
Throws:
operation
public String operation()
Get the operation property: The operation property.
Returns:
provider
public String provider()
Get the provider property: The provider property.
Returns:
resource
public String resource()
Get the resource property: The resource property.
Returns:
toJson
validate
public void validate()
Validates the instance.