OperationDisplay Class
- java.
lang. Object - com.
microsoft. azure. management. resources. OperationDisplay
- com.
public class OperationDisplay
The object that represents the operation.
Constructor Summary
Constructor | Description | |
---|---|---|
OperationDisplay() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Get description of the operation. |
java.lang.String |
operation()
Get operation type: Read, write, delete, etc. |
java.lang.String |
provider()
Get service provider: Microsoft. |
java.lang.String |
resource()
Get resource on which the operation is performed: Profile, endpoint, etc. |
Operation |
withDescription(String description)
Set description of the operation. |
Operation |
withOperation(String operation)
Set operation type: Read, write, delete, etc. |
Operation |
withProvider(String provider)
Set service provider: Microsoft. |
Operation |
withResource(String resource)
Set resource on which the operation is performed: Profile, endpoint, etc. |
Methods inherited from java.lang.Object
Constructor Details
OperationDisplay
public OperationDisplay()
Method Details
description
public String description()
Get description of the operation.
Returns:
operation
public String operation()
Get operation type: Read, write, delete, etc.
Returns:
provider
public String provider()
Get service provider: Microsoft.Resources.
Returns:
resource
public String resource()
Get resource on which the operation is performed: Profile, endpoint, etc.
Returns:
withDescription
public OperationDisplay withDescription(String description)
Set description of the operation.
Parameters:
Returns:
withOperation
public OperationDisplay withOperation(String operation)
Set operation type: Read, write, delete, etc.
Parameters:
Returns:
withProvider
public OperationDisplay withProvider(String provider)
Set service provider: Microsoft.Resources.
Parameters:
Returns:
withResource
public OperationDisplay withResource(String resource)
Set resource on which the operation is performed: Profile, endpoint, etc.
Parameters:
Returns: