This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.kusto.listClusterCalloutPolicies
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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Returns the allowed callout policies for the specified service.
Uses Azure REST API version 2024-04-13.
Using listClusterCalloutPolicies
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 listClusterCalloutPolicies(args: ListClusterCalloutPoliciesArgs, opts?: InvokeOptions): Promise<ListClusterCalloutPoliciesResult>
function listClusterCalloutPoliciesOutput(args: ListClusterCalloutPoliciesOutputArgs, opts?: InvokeOptions): Output<ListClusterCalloutPoliciesResult>def list_cluster_callout_policies(cluster_name: Optional[str] = None,
                                  resource_group_name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> ListClusterCalloutPoliciesResult
def list_cluster_callout_policies_output(cluster_name: Optional[pulumi.Input[str]] = None,
                                  resource_group_name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[ListClusterCalloutPoliciesResult]func ListClusterCalloutPolicies(ctx *Context, args *ListClusterCalloutPoliciesArgs, opts ...InvokeOption) (*ListClusterCalloutPoliciesResult, error)
func ListClusterCalloutPoliciesOutput(ctx *Context, args *ListClusterCalloutPoliciesOutputArgs, opts ...InvokeOption) ListClusterCalloutPoliciesResultOutput> Note: This function is named ListClusterCalloutPolicies in the Go SDK.
public static class ListClusterCalloutPolicies 
{
    public static Task<ListClusterCalloutPoliciesResult> InvokeAsync(ListClusterCalloutPoliciesArgs args, InvokeOptions? opts = null)
    public static Output<ListClusterCalloutPoliciesResult> Invoke(ListClusterCalloutPoliciesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListClusterCalloutPoliciesResult> listClusterCalloutPolicies(ListClusterCalloutPoliciesArgs args, InvokeOptions options)
public static Output<ListClusterCalloutPoliciesResult> listClusterCalloutPolicies(ListClusterCalloutPoliciesArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:kusto:listClusterCalloutPolicies
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ClusterName string
- The name of the Kusto cluster.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ClusterName string
- The name of the Kusto cluster.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- clusterName String
- The name of the Kusto cluster.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- clusterName string
- The name of the Kusto cluster.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- cluster_name str
- The name of the Kusto cluster.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- clusterName String
- The name of the Kusto cluster.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
listClusterCalloutPolicies Result
The following output properties are available:
- NextLink string
- Value
List<Pulumi.Azure Native. Kusto. Outputs. Callout Policy Response> 
- A list of the service's callout policies.
- NextLink string
- Value
[]CalloutPolicy Response 
- A list of the service's callout policies.
- nextLink String
- value
List<CalloutPolicy Response> 
- A list of the service's callout policies.
- nextLink string
- value
CalloutPolicy Response[] 
- A list of the service's callout policies.
- next_link str
- value
Sequence[CalloutPolicy Response] 
- A list of the service's callout policies.
- nextLink String
- value List<Property Map>
- A list of the service's callout policies.
Supporting Types
CalloutPolicyResponse  
- CalloutId string
- Unique identifier for the callout configuration.
- CalloutType string
- Type of the callout service, specifying the kind of external resource or service being accessed.
- CalloutUri stringRegex 
- Regular expression or FQDN pattern for the callout URI.
- OutboundAccess string
- Indicates whether outbound access is permitted for the specified URI pattern.
- CalloutId string
- Unique identifier for the callout configuration.
- CalloutType string
- Type of the callout service, specifying the kind of external resource or service being accessed.
- CalloutUri stringRegex 
- Regular expression or FQDN pattern for the callout URI.
- OutboundAccess string
- Indicates whether outbound access is permitted for the specified URI pattern.
- calloutId String
- Unique identifier for the callout configuration.
- calloutType String
- Type of the callout service, specifying the kind of external resource or service being accessed.
- calloutUri StringRegex 
- Regular expression or FQDN pattern for the callout URI.
- outboundAccess String
- Indicates whether outbound access is permitted for the specified URI pattern.
- calloutId string
- Unique identifier for the callout configuration.
- calloutType string
- Type of the callout service, specifying the kind of external resource or service being accessed.
- calloutUri stringRegex 
- Regular expression or FQDN pattern for the callout URI.
- outboundAccess string
- Indicates whether outbound access is permitted for the specified URI pattern.
- callout_id str
- Unique identifier for the callout configuration.
- callout_type str
- Type of the callout service, specifying the kind of external resource or service being accessed.
- callout_uri_ strregex 
- Regular expression or FQDN pattern for the callout URI.
- outbound_access str
- Indicates whether outbound access is permitted for the specified URI pattern.
- calloutId String
- Unique identifier for the callout configuration.
- calloutType String
- Type of the callout service, specifying the kind of external resource or service being accessed.
- calloutUri StringRegex 
- Regular expression or FQDN pattern for the callout URI.
- outboundAccess String
- Indicates whether outbound access is permitted for the specified URI pattern.
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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi