Class SnapshotRecycleBinPolicyResource
The "snapshotRecycleBinPolicy" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SnapshotRecycleBinPolicyResource
Constructors
SnapshotRecycleBinPolicyResource(IClientService)
Constructs a new resource.
Declaration
public SnapshotRecycleBinPolicyResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string)
Returns the specified SnapshotRecycleBinPolicy.
Declaration
public virtual SnapshotRecycleBinPolicyResource.GetRequest Get(string project)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID for this request. |
Returns
| Type | Description |
|---|---|
| SnapshotRecycleBinPolicyResource.GetRequest |
Patch(SnapshotRecycleBinPolicy, string)
Patches the SnapshotRecycleBinPolicy.
Declaration
public virtual SnapshotRecycleBinPolicyResource.PatchRequest Patch(SnapshotRecycleBinPolicy body, string project)
Parameters
| Type | Name | Description |
|---|---|---|
| SnapshotRecycleBinPolicy | body | The body of the request. |
| string | project | Project ID for this request. |
Returns
| Type | Description |
|---|---|
| SnapshotRecycleBinPolicyResource.PatchRequest |