1. Packages
  2. Azure Native
  3. API Docs
  4. engagementfabric
  5. listAccountChannelTypes
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.engagementfabric.listAccountChannelTypes

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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    List of the EngagementFabric channel descriptions Azure REST API version: 2018-09-01-preview.

    Using listAccountChannelTypes

    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 listAccountChannelTypes(args: ListAccountChannelTypesArgs, opts?: InvokeOptions): Promise<ListAccountChannelTypesResult>
    function listAccountChannelTypesOutput(args: ListAccountChannelTypesOutputArgs, opts?: InvokeOptions): Output<ListAccountChannelTypesResult>
    def list_account_channel_types(account_name: Optional[str] = None,
                                   resource_group_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> ListAccountChannelTypesResult
    def list_account_channel_types_output(account_name: Optional[pulumi.Input[str]] = None,
                                   resource_group_name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[ListAccountChannelTypesResult]
    func ListAccountChannelTypes(ctx *Context, args *ListAccountChannelTypesArgs, opts ...InvokeOption) (*ListAccountChannelTypesResult, error)
    func ListAccountChannelTypesOutput(ctx *Context, args *ListAccountChannelTypesOutputArgs, opts ...InvokeOption) ListAccountChannelTypesResultOutput

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

    public static class ListAccountChannelTypes 
    {
        public static Task<ListAccountChannelTypesResult> InvokeAsync(ListAccountChannelTypesArgs args, InvokeOptions? opts = null)
        public static Output<ListAccountChannelTypesResult> Invoke(ListAccountChannelTypesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListAccountChannelTypesResult> listAccountChannelTypes(ListAccountChannelTypesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:engagementfabric:listAccountChannelTypes
      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

    listAccountChannelTypes Result

    The following output properties are available:

    value List<Property Map>
    Channel descriptions

    Supporting Types

    ChannelTypeDescriptionResponse

    ChannelDescription string
    Text description for the channel
    ChannelFunctions List<string>
    All the available functions for the channel
    ChannelType string
    Channel type
    ChannelDescription string
    Text description for the channel
    ChannelFunctions []string
    All the available functions for the channel
    ChannelType string
    Channel type
    channelDescription String
    Text description for the channel
    channelFunctions List<String>
    All the available functions for the channel
    channelType String
    Channel type
    channelDescription string
    Text description for the channel
    channelFunctions string[]
    All the available functions for the channel
    channelType string
    Channel type
    channel_description str
    Text description for the channel
    channel_functions Sequence[str]
    All the available functions for the channel
    channel_type str
    Channel type
    channelDescription String
    Text description for the channel
    channelFunctions List<String>
    All the available functions for the channel
    channelType String
    Channel type

    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi