OperationEntity Interface
public interface OperationEntity
An immutable client-side representation of OperationEntity.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Operation |
display()
Gets the display property: The operation supported by storage sync. |
|
abstract
Operation |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: Operation name: {provider}/{resource}/{operation}. |
| abstract String |
origin()
Gets the origin property: The origin. |
|
abstract
Operation |
properties()
Gets the properties property: Properties of the operations resource. |
Method Details
display
public abstract OperationDisplayInfo display()
Gets the display property: The operation supported by storage sync.
Returns:
innerModel
public abstract OperationEntityInner innerModel()
Gets the inner com.azure.resourcemanager.storagesync.fluent.models.OperationEntityInner object.
Returns:
name
public abstract String name()
Gets the name property: Operation name: {provider}/{resource}/{operation}.
Returns:
origin
public abstract String origin()
Gets the origin property: The origin.
Returns:
properties
public abstract OperationProperties properties()
Gets the properties property: Properties of the operations resource.
Returns: