ComputeOperationValueInner Class
- java.
lang. Object - com.
azure. resourcemanager. compute. fluent. models. ComputeOperationValueInner
- com.
Implements
public final class ComputeOperationValueInner
implements JsonSerializable<ComputeOperationValueInner>
Describes the properties of a Compute Operation value.
Constructor Summary
Constructor | Description |
---|---|
ComputeOperationValueInner() |
Creates an instance of Compute |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description property: The description of the operation. |
static
Compute |
fromJson(JsonReader jsonReader)
Reads an instance of Compute |
String |
name()
Get the name property: The name of the compute operation. |
String |
operation()
Get the operation property: The display name of the compute operation. |
String |
origin()
Get the origin property: The origin of the compute operation. |
String |
provider()
Get the provider property: The resource provider for the operation. |
String |
resource()
Get the resource property: The display name of the resource the operation applies to. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ComputeOperationValueInner
public ComputeOperationValueInner()
Creates an instance of ComputeOperationValueInner class.
Method Details
description
public String description()
Get the description property: The description of the operation.
Returns:
fromJson
public static ComputeOperationValueInner fromJson(JsonReader jsonReader)
Reads an instance of ComputeOperationValueInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the compute operation.
Returns:
operation
public String operation()
Get the operation property: The display name of the compute operation.
Returns:
origin
public String origin()
Get the origin property: The origin of the compute operation.
Returns:
provider
public String provider()
Get the provider property: The resource provider for the operation.
Returns:
resource
public String resource()
Get the resource property: The display name of the resource the operation applies to.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java