Operation Interface
public interface Operation
An immutable client-side representation of Operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Operation |
display()
Gets the display property: Display name of operation. |
abstract
Operation |
innerModel()
Gets the inner com. |
abstract String |
name()
Gets the name property: Operation name: {provider}/{resource}/{operation}. |
Method Details
display
public abstract OperationDisplay display()
Gets the display property: Display name of operation.
Returns:
innerModel
public abstract OperationInner innerModel()
Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.OperationInner object.
Returns:
name
public abstract String name()
Gets the name property: Operation name: {provider}/{resource}/{operation}.
Returns:
Applies to
Azure SDK for Java