1. Packages
  2. Azure Native
  3. API Docs
  4. engagementfabric
  5. getAccount
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.engagementfabric.getAccount

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    The EngagementFabric account Azure REST API version: 2018-09-01-preview.

    Using getAccount

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getAccount(args: GetAccountArgs, opts?: InvokeOptions): Promise<GetAccountResult>
    function getAccountOutput(args: GetAccountOutputArgs, opts?: InvokeOptions): Output<GetAccountResult>
    def get_account(account_name: Optional[str] = None,
                    resource_group_name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetAccountResult
    def get_account_output(account_name: Optional[pulumi.Input[str]] = None,
                    resource_group_name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetAccountResult]
    func LookupAccount(ctx *Context, args *LookupAccountArgs, opts ...InvokeOption) (*LookupAccountResult, error)
    func LookupAccountOutput(ctx *Context, args *LookupAccountOutputArgs, opts ...InvokeOption) LookupAccountResultOutput

    > Note: This function is named LookupAccount in the Go SDK.

    public static class GetAccount 
    {
        public static Task<GetAccountResult> InvokeAsync(GetAccountArgs args, InvokeOptions? opts = null)
        public static Output<GetAccountResult> Invoke(GetAccountInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAccountResult> getAccount(GetAccountArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:engagementfabric:getAccount
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    Account Name
    ResourceGroupName string
    Resource Group Name
    AccountName string
    Account Name
    ResourceGroupName string
    Resource Group Name
    accountName String
    Account Name
    resourceGroupName String
    Resource Group Name
    accountName string
    Account Name
    resourceGroupName string
    Resource Group Name
    account_name str
    Account Name
    resource_group_name str
    Resource Group Name
    accountName String
    Account Name
    resourceGroupName String
    Resource Group Name

    getAccount Result

    The following output properties are available:

    Id string
    The ID of the resource
    Location string
    The location of the resource
    Name string
    The name of the resource
    Sku Pulumi.AzureNative.EngagementFabric.Outputs.SKUResponse
    The SKU of the resource
    Type string
    The fully qualified type of the resource
    Tags Dictionary<string, string>
    The tags of the resource
    Id string
    The ID of the resource
    Location string
    The location of the resource
    Name string
    The name of the resource
    Sku SKUResponse
    The SKU of the resource
    Type string
    The fully qualified type of the resource
    Tags map[string]string
    The tags of the resource
    id String
    The ID of the resource
    location String
    The location of the resource
    name String
    The name of the resource
    sku SKUResponse
    The SKU of the resource
    type String
    The fully qualified type of the resource
    tags Map<String,String>
    The tags of the resource
    id string
    The ID of the resource
    location string
    The location of the resource
    name string
    The name of the resource
    sku SKUResponse
    The SKU of the resource
    type string
    The fully qualified type of the resource
    tags {[key: string]: string}
    The tags of the resource
    id str
    The ID of the resource
    location str
    The location of the resource
    name str
    The name of the resource
    sku SKUResponse
    The SKU of the resource
    type str
    The fully qualified type of the resource
    tags Mapping[str, str]
    The tags of the resource
    id String
    The ID of the resource
    location String
    The location of the resource
    name String
    The name of the resource
    sku Property Map
    The SKU of the resource
    type String
    The fully qualified type of the resource
    tags Map<String>
    The tags of the resource

    Supporting Types

    SKUResponse

    Name string
    The name of the SKU
    Tier string
    The price tier of the SKU
    Name string
    The name of the SKU
    Tier string
    The price tier of the SKU
    name String
    The name of the SKU
    tier String
    The price tier of the SKU
    name string
    The name of the SKU
    tier string
    The price tier of the SKU
    name str
    The name of the SKU
    tier str
    The price tier of the SKU
    name String
    The name of the SKU
    tier String
    The price tier of the SKU

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi