Class ResourcesResource
The "resources" collection of methods.
Inherited Members
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 |