Class ComputeOperationValueInner
- java.lang.Object
-
- com.azure.resourcemanager.compute.fluent.models.ComputeOperationValueInner
-
public final class ComputeOperationValueInner extends Object
Describes the properties of a Compute Operation value.
-
-
Constructor Summary
Constructors Constructor Description ComputeOperationValueInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get the description property: The description of the operation.Stringname()Get the name property: The name of the compute operation.Stringoperation()Get the operation property: The display name of the compute operation.Stringorigin()Get the origin property: The origin of the compute operation.Stringprovider()Get the provider property: The resource provider for the operation.Stringresource()Get the resource property: The display name of the resource the operation applies to.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
origin
public String origin()
Get the origin property: The origin of the compute operation.- Returns:
- the origin value.
-
name
public String name()
Get the name property: The name of the compute operation.- Returns:
- the name value.
-
operation
public String operation()
Get the operation property: The display name of the compute operation.- Returns:
- the operation value.
-
resource
public String resource()
Get the resource property: The display name of the resource the operation applies to.- Returns:
- the resource value.
-
description
public String description()
Get the description property: The description of the operation.- Returns:
- the description value.
-
provider
public String provider()
Get the provider property: The resource provider for the operation.- Returns:
- the provider value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-