Show / Hide Table of Contents

Class ResourcesResource

The "resources" collection of methods.

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

Constructors

ResourcesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string, string, string)

Gets information about a single resource.

Declaration
public virtual ResourcesResource.GetRequest Get(string project, string deployment, string resource)
Parameters
Type Name Description
string project

The project ID for this request.

string deployment

The name of the deployment for this request.

string resource

The name of the resource for this request.

Returns
Type Description
ResourcesResource.GetRequest

List(string, string)

Lists all resources in a given deployment.

Declaration
public virtual ResourcesResource.ListRequest List(string project, string deployment)
Parameters
Type Name Description
string project

The project ID for this request.

string deployment

The name of the deployment for this request.

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