Show / Hide Table of Contents

Class PreviewFeaturesResource

The "previewFeatures" collection of methods.

Inheritance
object
PreviewFeaturesResource
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.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class PreviewFeaturesResource

Constructors

PreviewFeaturesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string, string)

Returns the details of the given PreviewFeature.

Declaration
public virtual PreviewFeaturesResource.GetRequest Get(string project, string resourceId)
Parameters
Type Name Description
string project

Project ID for this request.

string resourceId

Name of the PreviewFeature for this request.

Returns
Type Description
PreviewFeaturesResource.GetRequest

List(string)

Returns the details of the given PreviewFeature.

Declaration
public virtual PreviewFeaturesResource.ListRequest List(string project)
Parameters
Type Name Description
string project

Project ID for this request.

Returns
Type Description
PreviewFeaturesResource.ListRequest

Update(PreviewFeature, string, string)

Patches the given PreviewFeature. This method is used to enable or disable a PreviewFeature.

Declaration
public virtual PreviewFeaturesResource.UpdateRequest Update(PreviewFeature body, string project, string resourceId)
Parameters
Type Name Description
PreviewFeature body

The body of the request.

string project

Project ID for this request.

string resourceId

Name of the PreviewFeature for this request.

Returns
Type Description
PreviewFeaturesResource.UpdateRequest
In this article
Back to top Generated by DocFX