public final class CsmOperationDisplay extends Object
| Constructor and Description |
|---|
CsmOperationDisplay() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: The description property.
|
String |
operation()
Get the operation property: The operation property.
|
String |
provider()
Get the provider property: The provider property.
|
String |
resource()
Get the resource property: The resource property.
|
void |
validate()
Validates the instance.
|
CsmOperationDisplay |
withDescription(String description)
Set the description property: The description property.
|
CsmOperationDisplay |
withOperation(String operation)
Set the operation property: The operation property.
|
CsmOperationDisplay |
withProvider(String provider)
Set the provider property: The provider property.
|
CsmOperationDisplay |
withResource(String resource)
Set the resource property: The resource property.
|
public String provider()
public CsmOperationDisplay withProvider(String provider)
provider - the provider value to set.public String resource()
public CsmOperationDisplay withResource(String resource)
resource - the resource value to set.public String operation()
public CsmOperationDisplay withOperation(String operation)
operation - the operation value to set.public String description()
public CsmOperationDisplay withDescription(String description)
description - the description value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.