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.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1
Assembly: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.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

Domains

Gets the Domains resource.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.DomainsResource Domains { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.GlobalResource.DomainsResource

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.GlobalResource.OperationsResource

Peerings

Gets the Peerings resource.

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