Show / Hide Table of Contents

Class GlobalFolderOperationsResource

The "globalFolderOperations" collection of methods.

Inheritance
object
GlobalFolderOperationsResource
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 GlobalFolderOperationsResource

Constructors

GlobalFolderOperationsResource(IClientService)

Constructs a new resource.

Declaration
public GlobalFolderOperationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string)

Retrieves the specified Operations resource.

Declaration
public virtual GlobalFolderOperationsResource.GetRequest Get(string folder, string operation)
Parameters
Type Name Description
string folder

Folder ID for this request.

string operation

Name of the Operations resource to return.

Returns
Type Description
GlobalFolderOperationsResource.GetRequest

List(string)

Retrieves a list of Operation resources contained within the specified folder.

Declaration
public virtual GlobalFolderOperationsResource.ListRequest List(string folder)
Parameters
Type Name Description
string folder

Folder ID for this request.

Returns
Type Description
GlobalFolderOperationsResource.ListRequest
In this article
Back to top Generated by DocFX