Show / Hide Table of Contents

Class TypesResource

The "types" collection of methods.

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

Constructors

TypesResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists all resource types for Deployment Manager.

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

The project ID for this request.

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