Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

Inheritance
object
ProjectsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1
Assembly: Google.Apis.Container.v1.dll
Syntax
public class ProjectsResource

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

Aggregated

Gets the Aggregated resource.

Declaration
public virtual ProjectsResource.AggregatedResource Aggregated { get; }
Property Value
Type Description
ProjectsResource.AggregatedResource

Locations

Gets the Locations resource.

Declaration
public virtual ProjectsResource.LocationsResource Locations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource

Zones

Gets the Zones resource.

Declaration
public virtual ProjectsResource.ZonesResource Zones { get; }
Property Value
Type Description
ProjectsResource.ZonesResource
In this article
Back to top Generated by DocFX