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