Class ZoneFolderOperationsResource
The "zoneFolderOperations" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ZoneFolderOperationsResource
Constructors
ZoneFolderOperationsResource(IClientService)
Constructs a new resource.
Declaration
public ZoneFolderOperationsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, string, string)
Retrieves the specified Operations resource.
Declaration
public virtual ZoneFolderOperationsResource.GetRequest Get(string folder, string zone, string operation)
Parameters
| Type | Name | Description |
|---|---|---|
| string | folder | Folder ID for this request. |
| string | zone | Name of the zone for this request. |
| string | operation | Name of the Operations resource to return. |
Returns
| Type | Description |
|---|---|
| ZoneFolderOperationsResource.GetRequest |
List(string, string)
Retrieves a list of Operation resources contained within the specified folder.
Declaration
public virtual ZoneFolderOperationsResource.ListRequest List(string folder, string zone)
Parameters
| Type | Name | Description |
|---|---|---|
| string | folder | Folder ID for this request. |
| string | zone | Name of the zone for request. |
Returns
| Type | Description |
|---|---|
| ZoneFolderOperationsResource.ListRequest |