Show / Hide Table of Contents

Class GetAccount

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

Methods

View Source

InvokeAsync(GetAccountArgs, InvokeOptions)

{{% examples %}}

Example Usage

{{% example %}}

using Pulumi;
using Aiven = Pulumi.Aiven;

class MyStack : Stack
{
public MyStack()
{
    var account1 = Output.Create(Aiven.GetAccount.InvokeAsync(new Aiven.GetAccountArgs
    {
        Name = "<ACCOUNT_NAME>",
    }));
}

}

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

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