Show / Hide Table of Contents

Class SnapshotSettingsResource

The "snapshotSettings" collection of methods.

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

Constructors

SnapshotSettingsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Get snapshot settings.

Declaration
public virtual SnapshotSettingsResource.GetRequest Get(string project)
Parameters
Type Name Description
string project

Project ID for this request.

Returns
Type Description
SnapshotSettingsResource.GetRequest

Patch(SnapshotSettings, string)

Patch snapshot settings.

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

The body of the request.

string project

Project ID for this request.

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