Class ProjectsResource.LocationsResource.TrialResource
The "trial" collection of methods.
Inherited Members
Namespace: Google.Apis.Backupdr.v1
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class ProjectsResource.LocationsResource.TrialResource
Constructors
TrialResource(IClientService)
Constructs a new resource.
Declaration
public TrialResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
End(EndTrialRequest, string)
Ends the trial for a project
Declaration
public virtual ProjectsResource.LocationsResource.TrialResource.EndRequest End(EndTrialRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| EndTrialRequest | body | The body of the request. |
| string | parent | Required. The parent resource where the trial has been created. Format: projects/{project}/locations/{location} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.TrialResource.EndRequest |
Subscribe(SubscribeTrialRequest, string)
Subscribes to a trial for a project
Declaration
public virtual ProjectsResource.LocationsResource.TrialResource.SubscribeRequest Subscribe(SubscribeTrialRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| SubscribeTrialRequest | body | The body of the request. |
| string | parent | Required. The project where this trial will be created. Format: projects/{project}/locations/{location} Supported Locations are - us, eu and asia. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.TrialResource.SubscribeRequest |