Class SnapshotSettingsResource
The "snapshotSettings" collection of methods.
Inherited Members
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 |