AvailableRpOperation Interface
public interface AvailableRpOperation
An immutable client-side representation of AvailableRpOperation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Available |
display()
Gets the display property: Display properties of the operation. |
|
abstract
Available |
innerModel()
Gets the inner com. |
| abstract String |
isDataAction()
Gets the is |
| abstract String |
name()
Gets the name property: Operation name. |
| abstract String |
origin()
Gets the origin property: Operation origin. |
|
abstract
Operation |
serviceSpecification()
Gets the service |
Method Details
display
public abstract AvailableRpOperationDisplayInfo display()
Gets the display property: Display properties of the operation.
Returns:
innerModel
public abstract AvailableRpOperationInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.AvailableRpOperationInner object.
Returns:
isDataAction
public abstract String isDataAction()
Gets the isDataAction property: Whether this operation is a data action.
Returns:
name
public abstract String name()
Gets the name property: Operation name.
Returns:
origin
public abstract String origin()
Gets the origin property: Operation origin.
Returns:
serviceSpecification
public abstract OperationMetaServiceSpecification serviceSpecification()
Gets the serviceSpecification property: Operation service specification.
Returns: