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 SourceInvokeAsync(InvokeOptions)
mongodbatlas..getProjects describe all Projects. This represents projects that have been created.
NOTE: Groups and projects are synonymous terms. You may find
groupIdin 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> |