Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GlobalResource

The "global" collection of methods.

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

Constructors

GlobalResource(IClientService)

Constructs a new resource.

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

Properties

Hubs

Gets the Hubs resource.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.HubsResource Hubs { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.GlobalResource.HubsResource

PolicyBasedRoutes

Gets the PolicyBasedRoutes resource.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.PolicyBasedRoutesResource PolicyBasedRoutes { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.GlobalResource.PolicyBasedRoutesResource
In this article
Back to top Generated by DocFX