Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

Inheritance
System.Object
ProjectsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.OSConfig.v1beta
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class ProjectsResource

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

Declaration
public ProjectsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

GuestPolicies

Gets the GuestPolicies resource.

Declaration
public virtual ProjectsResource.GuestPoliciesResource GuestPolicies { get; }
Property Value
Type Description
ProjectsResource.GuestPoliciesResource

PatchDeployments

Gets the PatchDeployments resource.

Declaration
public virtual ProjectsResource.PatchDeploymentsResource PatchDeployments { get; }
Property Value
Type Description
ProjectsResource.PatchDeploymentsResource

PatchJobs

Gets the PatchJobs resource.

Declaration
public virtual ProjectsResource.PatchJobsResource PatchJobs { get; }
Property Value
Type Description
ProjectsResource.PatchJobsResource

Zones

Gets the Zones resource.

Declaration
public virtual ProjectsResource.ZonesResource Zones { get; }
Property Value
Type Description
ProjectsResource.ZonesResource
In This Article
Back to top