Show / Hide Table of Contents

Class GetProjects

Inheritance
System.Object
GetProjects
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: Pulumi.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public static class GetProjects

Methods

View Source

InvokeAsync(InvokeOptions)

mongodbatlas..getProjects describe all Projects. This represents projects that have been created.

NOTE: Groups and projects are synonymous terms. You may find groupId in the official documentation.

{{% examples %}}

Example Usage

{{% example %}}

{{% /example %}} {{% /examples %}}

Declaration
public static Task<GetProjectsResult> InvokeAsync(InvokeOptions options = null)
Parameters
Type Name Description
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetProjectsResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.