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