Class OperationsResource
The "operations" collection of methods.
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class OperationsResource
Constructors
OperationsResource(IClientService)
Constructs a new resource.
Declaration
public OperationsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Cancel(string, string)
Cancels an instance operation that has been performed on an instance.
Declaration
public virtual OperationsResource.CancelRequest Cancel(string project, string operation)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID of the project that contains the instance. |
| string | operation | Instance operation ID. |
Returns
| Type | Description |
|---|---|
| OperationsResource.CancelRequest |
Get(string, string)
Retrieves an instance operation that has been performed on an instance.
Declaration
public virtual OperationsResource.GetRequest Get(string project, string operation)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID of the project that contains the instance. |
| string | operation | Instance operation ID. |
Returns
| Type | Description |
|---|---|
| OperationsResource.GetRequest |
List(string)
Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time.
Declaration
public virtual OperationsResource.ListRequest List(string project)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID of the project that contains the instance. |
Returns
| Type | Description |
|---|---|
| OperationsResource.ListRequest |