listClusterCalloutPolicies

Returns the allowed callout policies for the specified service. Uses Azure REST API version 2024-04-13.

Return

A list of the service's callout policy objects.

Parameters

argument

null


suspend fun listClusterCalloutPolicies(clusterName: String, resourceGroupName: String): ListClusterCalloutPoliciesResult

Return

A list of the service's callout policy objects.

Parameters

clusterName

The name of the Kusto cluster.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

A list of the service's callout policy objects.

Parameters

argument

Builder for com.pulumi.azurenative.kusto.kotlin.inputs.ListClusterCalloutPoliciesPlainArgs.

See also