Show / Hide Table of Contents

Class GetAccountTeamMember

Inheritance
System.Object
GetAccountTeamMember
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 GetAccountTeamMember

Methods

View Source

InvokeAsync(GetAccountTeamMemberArgs, InvokeOptions)

{{% examples %}}

Example Usage

{{% example %}}

using Pulumi;
using Aiven = Pulumi.Aiven;

class MyStack : Stack
{
public MyStack()
{
    var foo = Output.Create(Aiven.GetAccountTeamMember.InvokeAsync(new Aiven.GetAccountTeamMemberArgs
    {
        AccountId = aiven_account.Developers.Account_id,
        TeamId = aiven_account.Developers.Account_id,
        UserEmail = "user+1@example.com",
    }));
}

}

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

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