Show / Hide Table of Contents

Class GetAccountTeamProject

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

Methods

View Source

InvokeAsync(GetAccountTeamProjectArgs, InvokeOptions)

{{% examples %}}

Example Usage

{{% example %}}

using Pulumi;
using Aiven = Pulumi.Aiven;

class MyStack : Stack
{
public MyStack()
{
    var accountTeamProject1 = Output.Create(Aiven.GetAccountTeamProject.InvokeAsync(new Aiven.GetAccountTeamProjectArgs
    {
        AccountId = aiven_account_team.Developers.Account_id,
        ProjectName = aiven_project.Project1.Project,
        TeamId = aiven_account_team.Developers.Team_id,
    }));
}

}

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

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