Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource

The "actuations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WorkloadManager.v1
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource

Constructors

ActuationsResource(IClientService)

Constructs a new resource.

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

Methods

Create(Actuation, string)

Creates a new actuation for an existing Deployment.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource.CreateRequest Create(Actuation body, string parent)
Parameters
Type Name Description
Actuation body

The body of the request.

string parent

Required. The resource name of the Actuation location using the form: 'projects/{project_id}/locations/{location}/deployments/{deployment}'

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource.CreateRequest

Delete(string)

Deletes a single Actuation

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the book to delete. project/{project_id}/locations/{location_id}/deployments/{deployment_id}/actuations/{actuation_id}

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource.DeleteRequest

Get(string)

Gets details of a single Actuation.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource.GetRequest

List(string)

Lists Actuations in a given project, location and deployment.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource prefix of the Actuation using the form: 'projects/{project_id}/locations/{location}/deployments/{deployment}'

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource.ListRequest
In this article
Back to top Generated by DocFX