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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
azure-native.kusto.listClusterCalloutPolicies
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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
Returns the allowed callout policies for the specified service. 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:kusto:listClusterCalloutPolicies
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Name string - The name of the Kusto cluster.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Cluster
Name string - The name of the Kusto cluster.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- cluster
Name String - The name of the Kusto cluster.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- cluster
Name string - The name of the Kusto cluster.
- resource
Group 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.
- cluster
Name String - The name of the Kusto cluster.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
listClusterCalloutPolicies Result
The following output properties are available:
- Next
Link string - Value
List<Pulumi.
Azure Native. Kusto. Outputs. Callout Policy Response> - A list of the service's callout policies.
- Next
Link string - Value
[]Callout
Policy Response - A list of the service's callout policies.
- next
Link String - value
List<Callout
Policy Response> - A list of the service's callout policies.
- next
Link string - value
Callout
Policy Response[] - A list of the service's callout policies.
- next_
link str - value
Sequence[Callout
Policy Response] - A list of the service's callout policies.
- next
Link String - value List<Property Map>
- A list of the service's callout policies.
Supporting Types
CalloutPolicyResponse
- Callout
Id string - Unique identifier for the callout configuration.
- Callout
Type string - Type of the callout service, specifying the kind of external resource or service being accessed.
- Callout
Uri stringRegex - Regular expression or FQDN pattern for the callout URI.
- Outbound
Access string - Indicates whether outbound access is permitted for the specified URI pattern.
- Callout
Id string - Unique identifier for the callout configuration.
- Callout
Type string - Type of the callout service, specifying the kind of external resource or service being accessed.
- Callout
Uri stringRegex - Regular expression or FQDN pattern for the callout URI.
- Outbound
Access string - Indicates whether outbound access is permitted for the specified URI pattern.
- callout
Id String - Unique identifier for the callout configuration.
- callout
Type String - Type of the callout service, specifying the kind of external resource or service being accessed.
- callout
Uri StringRegex - Regular expression or FQDN pattern for the callout URI.
- outbound
Access String - Indicates whether outbound access is permitted for the specified URI pattern.
- callout
Id string - Unique identifier for the callout configuration.
- callout
Type string - Type of the callout service, specifying the kind of external resource or service being accessed.
- callout
Uri stringRegex - Regular expression or FQDN pattern for the callout URI.
- outbound
Access 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.
- callout
Id String - Unique identifier for the callout configuration.
- callout
Type String - Type of the callout service, specifying the kind of external resource or service being accessed.
- callout
Uri StringRegex - Regular expression or FQDN pattern for the callout URI.
- outbound
Access 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 v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi