Interface ResourceProviderOperationDefinition
-
public interface ResourceProviderOperationDefinition
An immutable client-side representation of ResourceProviderOperationDefinition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceProviderOperationDisplay
display()
Gets the display property: Details about the operations.ResourceProviderOperationDefinitionInner
innerModel()
Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner object.Boolean
isDataAction()
Gets the isDataAction property: Indicates whether the operation is data action or not.String
name()
Gets the name property: Resource provider operation name.
-
-
-
Method Detail
-
name
String name()
Gets the name property: Resource provider operation name.- Returns:
- the name value.
-
isDataAction
Boolean isDataAction()
Gets the isDataAction property: Indicates whether the operation is data action or not.- Returns:
- the isDataAction value.
-
display
ResourceProviderOperationDisplay display()
Gets the display property: Details about the operations.- Returns:
- the display value.
-
innerModel
ResourceProviderOperationDefinitionInner innerModel()
Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner object.- Returns:
- the inner object.
-
-