This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi
azure-native.engagementfabric.getAccount
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi
The EngagementFabric account
Uses 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)
public static Output<GetAccountResult> getAccount(GetAccountArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:engagementfabric:getAccount
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string - Account Name
- Resource
Group stringName - Resource Group Name
- Account
Name string - Account Name
- Resource
Group stringName - Resource Group Name
- account
Name String - Account Name
- resource
Group StringName - Resource Group Name
- account
Name string - Account Name
- resource
Group stringName - Resource Group Name
- account_
name str - Account Name
- resource_
group_ strname - Resource Group Name
- account
Name String - Account Name
- resource
Group StringName - Resource Group Name
getAccount Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version 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
Pulumi.
Azure Native. Engagement Fabric. Outputs. SKUResponse - The SKU of the resource
- Type string
- The fully qualified type of the resource
- Dictionary<string, string>
- The tags of the resource
- Azure
Api stringVersion - The Azure API version 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
- map[string]string
- The tags of the resource
- azure
Api StringVersion - The Azure API version 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
- Map<String,String>
- The tags of the resource
- azure
Api stringVersion - The Azure API version 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
- {[key: string]: string}
- The tags of the resource
- azure_
api_ strversion - The Azure API version 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
- Mapping[str, str]
- The tags of the resource
- azure
Api StringVersion - The Azure API version 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
- Map<String>
- The tags of the resource
Supporting Types
SKUResponse
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi