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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.engagementfabric.listAccountChannelTypes
Explore with Pulumi AI
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.89.1 published on Sunday, Mar 2, 2025 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)
public static Output<ListAccountChannelTypesResult> listAccountChannelTypes(ListAccountChannelTypesArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:engagementfabric:listAccountChannelTypes
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
listAccountChannelTypes Result
The following output properties are available:
- Value
[]Channel
Type Description Response - Channel descriptions
- value
List<Channel
Type Description Response> - Channel descriptions
- value
Channel
Type Description Response[] - Channel descriptions
- value
Sequence[Channel
Type Description Response] - Channel descriptions
- value List<Property Map>
- Channel descriptions
Supporting Types
ChannelTypeDescriptionResponse
- Channel
Description string - Text description for the channel
- Channel
Functions List<string> - All the available functions for the channel
- Channel
Type string - Channel type
- Channel
Description string - Text description for the channel
- Channel
Functions []string - All the available functions for the channel
- Channel
Type string - Channel type
- channel
Description String - Text description for the channel
- channel
Functions List<String> - All the available functions for the channel
- channel
Type String - Channel type
- channel
Description string - Text description for the channel
- channel
Functions string[] - All the available functions for the channel
- channel
Type 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
- channel
Description String - Text description for the channel
- channel
Functions List<String> - All the available functions for the channel
- channel
Type String - Channel type
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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi