ResourceProviderOperationDefinition Interface
public interface ResourceProviderOperationDefinition
An immutable client-side representation of ResourceProviderOperationDefinition.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Resource |
display()
Gets the display property: Details about the operations. |
abstract
Resource |
innerModel()
Gets the inner com. |
abstract Boolean |
isDataAction()
Gets the is |
abstract String |
name()
Gets the name property: Resource provider operation name. |
Method Details
display
public abstract ResourceProviderOperationDisplay display()
Gets the display property: Details about the operations.
Returns:
innerModel
public abstract ResourceProviderOperationDefinitionInner innerModel()
Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner object.
Returns:
isDataAction
public abstract Boolean isDataAction()
Gets the isDataAction property: Indicates whether the operation is data action or not.
Returns:
name
public abstract String name()
Gets the name property: Resource provider operation name.
Returns:
Applies to
Azure SDK for Java