Class ResourceProviderOperationInner
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.fluent.models.ResourceProviderOperationInner
Results of the request to list operations.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ResourceProviderOperationInner class. -
Method Summary
Modifier and TypeMethodDescriptiondisplay()
Get the display property: Display metadata associated with the operation.Get the isDataAction property: Indicates whether the operation applies to data-plane.name()
Get the name property: Operation name, in format of {provider}/{resource}/{operation}.void
validate()
Validates the instance.Set the display property: Display metadata associated with the operation.withIsDataAction
(String isDataAction) Set the isDataAction property: Indicates whether the operation applies to data-plane.Set the name property: Operation name, in format of {provider}/{resource}/{operation}.
-
Constructor Details
-
ResourceProviderOperationInner
public ResourceProviderOperationInner()Creates an instance of ResourceProviderOperationInner class.
-
-
Method Details
-
isDataAction
Get the isDataAction property: Indicates whether the operation applies to data-plane.- Returns:
- the isDataAction value.
-
withIsDataAction
Set the isDataAction property: Indicates whether the operation applies to data-plane.- Parameters:
isDataAction
- the isDataAction value to set.- Returns:
- the ResourceProviderOperationInner object itself.
-
name
Get the name property: Operation name, in format of {provider}/{resource}/{operation}.- Returns:
- the name value.
-
withName
Set the name property: Operation name, in format of {provider}/{resource}/{operation}.- Parameters:
name
- the name value to set.- Returns:
- the ResourceProviderOperationInner object itself.
-
display
Get the display property: Display metadata associated with the operation.- Returns:
- the display value.
-
withDisplay
Set the display property: Display metadata associated with the operation.- Parameters:
display
- the display value to set.- Returns:
- the ResourceProviderOperationInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-