Share via


KustoClusterResource.GetCalloutPoliciesAsync(CancellationToken) Method

Definition

Returns the allowed callout policies for the specified service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/listCalloutPolicies
  • Operation Id: Clusters_ListCalloutPolicies
  • Default Api Version: 2024-04-13
  • Resource: KustoClusterResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoCalloutPolicy> GetCalloutPoliciesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetCalloutPoliciesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoCalloutPolicy>
override this.GetCalloutPoliciesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoCalloutPolicy>
Public Overridable Function GetCalloutPoliciesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of KustoCalloutPolicy)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of KustoCalloutPolicy that may take multiple service requests to iterate over.

Applies to