Operation Class
- java.
lang. Object - com.
azure. resourcemanager. datalakeanalytics. models. Operation
- com.
Implements
public final class Operation
implements JsonSerializable<Operation>
An available operation for Data Lake Analytics.
Constructor Summary
| Constructor | Description |
|---|---|
| Operation() |
Creates an instance of Operation class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Operation |
display()
Get the display property: The display information for the operation. |
| static Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation from the Json |
| String |
name()
Get the name property: The name of the operation. |
|
Operation |
origin()
Get the origin property: The intended executor of the operation. |
|
Operation |
properties()
Get the properties property: The Operation |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
Operation
public Operation()
Creates an instance of Operation class.
Method Details
display
public OperationDisplay display()
Get the display property: The display information for the operation.
Returns:
fromJson
public static Operation fromJson(JsonReader jsonReader)
Reads an instance of Operation from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the operation.
Returns:
origin
public OperationOrigin origin()
Get the origin property: The intended executor of the operation.
Returns:
properties
public OperationMetaPropertyInfo properties()
Get the properties property: The OperationMetaPropertyInfo for the operation.
Returns:
toJson
validate
public void validate()
Validates the instance.