ResourceProviderOperationDisplay Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. ResourceProviderOperationDisplay
- com.
public final class ResourceProviderOperationDisplay
Display metadata associated with the operation.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ResourceProviderOperationDisplay() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: Description of this operation. |
| String |
operation()
Get the operation property: Type of operation: read, write, delete, etc. |
| String |
provider()
Get the provider property: The resource provider. |
| String |
resource()
Get the resource property: Resource on which the operation is performed. |
| void |
validate()
Validates the instance. |
|
Resource |
withDescription(String description)
Set the description property: Description of this operation. |
|
Resource |
withOperation(String operation)
Set the operation property: Type of operation: read, write, delete, etc. |
|
Resource |
withProvider(String provider)
Set the provider property: The resource provider. |
|
Resource |
withResource(String resource)
Set the resource property: Resource on which the operation is performed. |
Methods inherited from java.lang.Object
Constructor Details
ResourceProviderOperationDisplay
public ResourceProviderOperationDisplay()
Method Details
description
public String description()
Get the description property: Description of this operation.
Returns:
operation
public String operation()
Get the operation property: Type of operation: read, write, delete, etc.
Returns:
provider
public String provider()
Get the provider property: The resource provider.
Returns:
resource
public String resource()
Get the resource property: Resource on which the operation is performed.
Returns:
validate
public void validate()
Validates the instance.
withDescription
public ResourceProviderOperationDisplay withDescription(String description)
Set the description property: Description of this operation.
Parameters:
Returns:
withOperation
public ResourceProviderOperationDisplay withOperation(String operation)
Set the operation property: Type of operation: read, write, delete, etc.
Parameters:
Returns:
withProvider
public ResourceProviderOperationDisplay withProvider(String provider)
Set the provider property: The resource provider.
Parameters:
Returns:
withResource
public ResourceProviderOperationDisplay withResource(String resource)
Set the resource property: Resource on which the operation is performed.
Parameters:
Returns: