Show / Hide Table of Contents

Class OperationsResource

The "operations" collection of methods.

Inheritance
object
OperationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DeploymentManager.v2beta
Assembly: Google.Apis.DeploymentManager.v2beta.dll
Syntax
public class OperationsResource

Constructors

OperationsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string, string)

Gets information about a specific operation.

Declaration
public virtual OperationsResource.GetRequest Get(string project, string operation)
Parameters
Type Name Description
string project

The project ID for this request.

string operation

The name of the operation for this request.

Returns
Type Description
OperationsResource.GetRequest

List(string)

Lists all operations for a project.

Declaration
public virtual OperationsResource.ListRequest List(string project)
Parameters
Type Name Description
string project

The project ID for this request.

Returns
Type Description
OperationsResource.ListRequest
In This Article
Back to top Generated by DocFX