ResourceProviderOperation Interface
public interface ResourceProviderOperation
An immutable client-side representation of ResourceProviderOperation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Resource |
display()
Gets the display property: Display metadata associated with the operation. |
|
abstract
Resource |
innerModel()
Gets the inner com. |
| abstract String |
isDataAction()
Gets the is |
| abstract String |
name()
Gets the name property: Operation name, in format of {provider}/{resource}/{operation}. |
Method Details
display
public abstract ResourceProviderOperationDisplay display()
Gets the display property: Display metadata associated with the operation.
Returns:
innerModel
public abstract ResourceProviderOperationInner innerModel()
Gets the inner com.azure.resourcemanager.scvmm.fluent.models.ResourceProviderOperationInner object.
Returns:
isDataAction
public abstract String isDataAction()
Gets the isDataAction property: Indicates whether the operation applies to data-plane.
Returns:
name
public abstract String name()
Gets the name property: Operation name, in format of {provider}/{resource}/{operation}.
Returns: