Show / Hide Table of Contents

Class GlobalOrganizationOperationsResource

The "globalOrganizationOperations" collection of methods.

Inheritance
object
GlobalOrganizationOperationsResource
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.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class GlobalOrganizationOperationsResource

Constructors

GlobalOrganizationOperationsResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string)

Deletes the specified Operations resource.

Declaration
public virtual GlobalOrganizationOperationsResource.DeleteRequest Delete(string operation)
Parameters
Type Name Description
string operation

Name of the Operations resource to delete.

Returns
Type Description
GlobalOrganizationOperationsResource.DeleteRequest

Get(string)

Retrieves the specified Operations resource. Gets a list of operations by making a list() request.

Declaration
public virtual GlobalOrganizationOperationsResource.GetRequest Get(string operation)
Parameters
Type Name Description
string operation

Name of the Operations resource to return.

Returns
Type Description
GlobalOrganizationOperationsResource.GetRequest

List()

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

Declaration
public virtual GlobalOrganizationOperationsResource.ListRequest List()
Returns
Type Description
GlobalOrganizationOperationsResource.ListRequest
In This Article
Back to top Generated by DocFX