Show / Hide Table of Contents

Class OrganizationRolloutPlansResource

The "organizationRolloutPlans" collection of methods.

Inheritance
object
OrganizationRolloutPlansResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class OrganizationRolloutPlansResource

Constructors

OrganizationRolloutPlansResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string, string)

Deletes an OrganizationRolloutPlan.

Declaration
public virtual OrganizationRolloutPlansResource.DeleteRequest Delete(string organization, string rolloutPlan)
Parameters
Type Name Description
string organization

Organization ID for this request.

string rolloutPlan

Name of the OrganizationRolloutPlan resource to delete.

Returns
Type Description
OrganizationRolloutPlansResource.DeleteRequest

Get(string, string)

Gets details of a single organization-scoped RolloutPlan.

Declaration
public virtual OrganizationRolloutPlansResource.GetRequest Get(string organization, string rolloutPlan)
Parameters
Type Name Description
string organization

Organization ID for this request.

string rolloutPlan

Name of the persistent rollout plan to return.

Returns
Type Description
OrganizationRolloutPlansResource.GetRequest

Insert(RolloutPlan, string)

Creates a new RolloutPlan in a given organization and location.

Declaration
public virtual OrganizationRolloutPlansResource.InsertRequest Insert(RolloutPlan body, string organization)
Parameters
Type Name Description
RolloutPlan body

The body of the request.

string organization

Organization ID for this request.

Returns
Type Description
OrganizationRolloutPlansResource.InsertRequest

List(string)

Lists OrganizationRolloutPlans in a given organization and location.

Declaration
public virtual OrganizationRolloutPlansResource.ListRequest List(string organization)
Parameters
Type Name Description
string organization

Organization ID for this request.

Returns
Type Description
OrganizationRolloutPlansResource.ListRequest
In this article
Back to top Generated by DocFX