Show / Hide Table of Contents

Class RegionSnapshotSettingsResource

The "regionSnapshotSettings" collection of methods.

Inheritance
object
RegionSnapshotSettingsResource
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 RegionSnapshotSettingsResource

Constructors

RegionSnapshotSettingsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string, string)

Get region snapshot settings.

Declaration
public virtual RegionSnapshotSettingsResource.GetRequest Get(string project, string region)
Parameters
Type Name Description
string project

Project ID for this request.

string region

Name of the region for this request.

Returns
Type Description
RegionSnapshotSettingsResource.GetRequest

Patch(SnapshotSettings, string, string)

Patch region snapshot settings.

Declaration
public virtual RegionSnapshotSettingsResource.PatchRequest Patch(SnapshotSettings body, string project, string region)
Parameters
Type Name Description
SnapshotSettings body

The body of the request.

string project

Project ID for this request.

string region

Name of the region for this request.

Returns
Type Description
RegionSnapshotSettingsResource.PatchRequest
In this article
Back to top Generated by DocFX