Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DeploymentsResource

The "deployments" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DeploymentsResource
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

Constructors

DeploymentsResource(IClientService)

Constructs a new resource.

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

Properties

Actuations

Gets the Actuations resource.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource Actuations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource

Methods

Create(Deployment, string)

Creates a new Deployment in a given project and location.

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

The body of the request.

string parent

Required. The resource prefix of the Deployment using the form: projects/{project_id}/locations/{location_id}

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.CreateRequest

Delete(string)

Deletes a single Deployment.

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

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.DeleteRequest

Get(string)

Gets details of a single Deployment.

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

Required. Name of the resource. The format will be 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.GetRequest

List(string)

Lists Deployments in a given project and location.

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

Required. The resource prefix of the Deployment using the form: projects/{project_id}/locations/{location_id}

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