Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TrialResource

The "trial" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.TrialResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX