Class OperationsResource
The "operations" collection of methods.
Inheritance
System.Object
OperationsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
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 |
|---|---|---|
| System.String | project | Project ID of the project that contains the instance. |
| System.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 |
|---|---|---|
| System.String | project | Project ID of the project that contains the instance. |
Returns
| Type | Description |
|---|---|
| OperationsResource.ListRequest |