ApiOperationInner Class
- java.
lang. Object - com.
azure. resourcemanager. storagecache. fluent. models. ApiOperationInner
- com.
Implements
public final class ApiOperationInner
implements JsonSerializable<ApiOperationInner>
REST API operation description: see https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/openapi-authoring-automated-guidelines.md\#r3023-operationsapiimplementation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Api |
display()
Get the display property: The object that represents the operation. |
|
static
Api |
fromJson(JsonReader jsonReader)
Reads an instance of Api |
| Boolean |
isDataAction()
Get the is |
| String |
name()
Get the name property: Operation name: {provider}/{resource}/{operation}. |
| String |
origin()
Get the origin property: Origin of the operation. |
|
Api |
serviceSpecification()
Get the service |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
display
public ApiOperationDisplay display()
Get the display property: The object that represents the operation.
Returns:
fromJson
public static ApiOperationInner fromJson(JsonReader jsonReader)
Reads an instance of ApiOperationInner from the JsonReader.
Parameters:
Returns:
Throws:
isDataAction
public Boolean isDataAction()
Get the isDataAction property: The flag that indicates whether the operation applies to data plane.
Returns:
name
public String name()
Get the name property: Operation name: {provider}/{resource}/{operation}.
Returns:
origin
public String origin()
Get the origin property: Origin of the operation.
Returns:
serviceSpecification
public ApiOperationPropertiesServiceSpecification serviceSpecification()
Get the serviceSpecification property: Specification of the all the metrics provided for a resource type.
Returns: