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.alpha
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class TypesResource

Constructors

TypesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string, string)

Gets information about a specific type.

Declaration
public virtual TypesResource.GetRequest Get(string project, string type)
Parameters
Type Name Description
string project

The project ID for this request.

string type

The name of the type for this request.

Returns
Type Description
TypesResource.GetRequest

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