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