Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.SubscriptionsResource

The "subscriptions" collection of methods.

Inheritance
object
OrganizationsResource.LocationsResource.SubscriptionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BeyondCorp.v1alpha
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class OrganizationsResource.LocationsResource.SubscriptionsResource

Constructors

SubscriptionsResource(IClientService)

Constructs a new resource.

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

Methods

Cancel(string)

Cancels an existing BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization. Returns the timestamp for when the cancellation will become effective

Declaration
public virtual OrganizationsResource.LocationsResource.SubscriptionsResource.CancelRequest Cancel(string name)
Parameters
Type Name Description
string name

Required. Name of the resource.

Returns
Type Description
OrganizationsResource.LocationsResource.SubscriptionsResource.CancelRequest

Create(GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription, string)

Creates a new BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.

Declaration
public virtual OrganizationsResource.LocationsResource.SubscriptionsResource.CreateRequest Create(GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription body, string parent)
Parameters
Type Name Description
GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription body

The body of the request.

string parent

Required. The resource name of the subscription location using the form: organizations/{organization_id}/locations/{location}

Returns
Type Description
OrganizationsResource.LocationsResource.SubscriptionsResource.CreateRequest

Get(string)

Gets details of a single Subscription.

Declaration
public virtual OrganizationsResource.LocationsResource.SubscriptionsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of Subscription using the form: organizations/{organization_id}/locations/{location}/subscriptions/{subscription_id}

Returns
Type Description
OrganizationsResource.LocationsResource.SubscriptionsResource.GetRequest

List(string)

Lists Subscriptions in a given organization and location.

Declaration
public virtual OrganizationsResource.LocationsResource.SubscriptionsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of Subscription using the form: organizations/{organization_id}/locations/{location}

Returns
Type Description
OrganizationsResource.LocationsResource.SubscriptionsResource.ListRequest

Patch(GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription, string)

Updates an existing BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.

Declaration
public virtual OrganizationsResource.LocationsResource.SubscriptionsResource.PatchRequest Patch(GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription body, string name)
Parameters
Type Name Description
GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription body

The body of the request.

string name

Identifier. Unique resource name of the Subscription. The name is ignored when creating a subscription.

Returns
Type Description
OrganizationsResource.LocationsResource.SubscriptionsResource.PatchRequest

Restart(string)

Restarts an existing BeyondCorp Enterprise Subscription in a given organization, that is scheduled for cancellation. Location will always be global as BeyondCorp subscriptions are per organization. Returns the timestamp for when the cancellation will become effective

Declaration
public virtual OrganizationsResource.LocationsResource.SubscriptionsResource.RestartRequest Restart(string name)
Parameters
Type Name Description
string name

Required. Name of the resource.

Returns
Type Description
OrganizationsResource.LocationsResource.SubscriptionsResource.RestartRequest
In this article
Back to top Generated by DocFX