ResourceProviderOperationInner Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. fluent. models. ResourceProviderOperationInner
- com.
public final class ResourceProviderOperationInner
Results of the request to list operations.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ResourceProviderOperationInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Resource |
display()
Get the display property: Display metadata associated with the operation. |
| String |
isDataAction()
Get the is |
| String |
name()
Get the name property: Operation name, in format of {provider}/{resource}/{operation}. |
| void |
validate()
Validates the instance. |
|
Resource |
withDisplay(ResourceProviderOperationDisplay display)
Set the display property: Display metadata associated with the operation. |
|
Resource |
withIsDataAction(String isDataAction)
Set the is |
|
Resource |
withName(String name)
Set the name property: Operation name, in format of {provider}/{resource}/{operation}. |
Methods inherited from java.lang.Object
Constructor Details
ResourceProviderOperationInner
public ResourceProviderOperationInner()
Method Details
display
public ResourceProviderOperationDisplay display()
Get the display property: Display metadata associated with the operation.
Returns:
isDataAction
public String isDataAction()
Get the isDataAction property: Indicates whether the operation applies to data-plane.
Returns:
name
public String name()
Get the name property: Operation name, in format of {provider}/{resource}/{operation}.
Returns:
validate
public void validate()
Validates the instance.
withDisplay
public ResourceProviderOperationInner withDisplay(ResourceProviderOperationDisplay display)
Set the display property: Display metadata associated with the operation.
Parameters:
Returns:
withIsDataAction
public ResourceProviderOperationInner withIsDataAction(String isDataAction)
Set the isDataAction property: Indicates whether the operation applies to data-plane.
Parameters:
Returns:
withName
public ResourceProviderOperationInner withName(String name)
Set the name property: Operation name, in format of {provider}/{resource}/{operation}.
Parameters:
Returns: