Show / Hide Table of Contents

Class ZoneFolderOperationsResource

The "zoneFolderOperations" collection of methods.

Inheritance
object
ZoneFolderOperationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX