Show / Hide Table of Contents

Class SnapshotRecycleBinPolicyResource

The "snapshotRecycleBinPolicy" collection of methods.

Inheritance
object
SnapshotRecycleBinPolicyResource
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 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
In this article
Back to top Generated by DocFX