CsmOperationDisplay Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. CsmOperationDisplay
- com.
Implements
public final class CsmOperationDisplay
implements JsonSerializable<CsmOperationDisplay>
Meta data about operation used for display in portal.
Constructor Summary
Constructor | Description |
---|---|
CsmOperationDisplay() |
Creates an instance of Csm |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description property: The description property. |
static
Csm |
fromJson(JsonReader jsonReader)
Reads an instance of Csm |
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. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Csm |
withDescription(String description)
Set the description property: The description property. |
Csm |
withOperation(String operation)
Set the operation property: The operation property. |
Csm |
withProvider(String provider)
Set the provider property: The provider property. |
Csm |
withResource(String resource)
Set the resource property: The resource property. |
Methods inherited from java.lang.Object
Constructor Details
CsmOperationDisplay
public CsmOperationDisplay()
Creates an instance of CsmOperationDisplay class.
Method Details
description
public String description()
Get the description property: The description property.
Returns:
fromJson
public static CsmOperationDisplay fromJson(JsonReader jsonReader)
Reads an instance of CsmOperationDisplay from the JsonReader.
Parameters:
Returns:
Throws:
operation
public String operation()
Get the operation property: The operation property.
Returns:
provider
public String provider()
Get the provider property: The provider property.
Returns:
resource
public String resource()
Get the resource property: The resource property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDescription
public CsmOperationDisplay withDescription(String description)
Set the description property: The description property.
Parameters:
Returns:
withOperation
public CsmOperationDisplay withOperation(String operation)
Set the operation property: The operation property.
Parameters:
Returns:
withProvider
public CsmOperationDisplay withProvider(String provider)
Set the provider property: The provider property.
Parameters:
Returns:
withResource
public CsmOperationDisplay withResource(String resource)
Set the resource property: The resource property.
Parameters:
Returns:
Applies to
Azure SDK for Java