ArmKustoModelFactory.KustoCalloutPolicy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of KustoCalloutPolicy.
public static Azure.ResourceManager.Kusto.Models.KustoCalloutPolicy KustoCalloutPolicy(string calloutUriRegex = default, Azure.ResourceManager.Kusto.Models.KustoCalloutPolicyCalloutType? calloutType = default, Azure.ResourceManager.Kusto.Models.KustoCalloutPolicyOutboundAccess? outboundAccess = default, string calloutId = default);
static member KustoCalloutPolicy : string * Nullable<Azure.ResourceManager.Kusto.Models.KustoCalloutPolicyCalloutType> * Nullable<Azure.ResourceManager.Kusto.Models.KustoCalloutPolicyOutboundAccess> * string -> Azure.ResourceManager.Kusto.Models.KustoCalloutPolicy
Public Shared Function KustoCalloutPolicy (Optional calloutUriRegex As String = Nothing, Optional calloutType As Nullable(Of KustoCalloutPolicyCalloutType) = Nothing, Optional outboundAccess As Nullable(Of KustoCalloutPolicyOutboundAccess) = Nothing, Optional calloutId As String = Nothing) As KustoCalloutPolicy
Parameters
- calloutUriRegex
- String
Regular expression or FQDN pattern for the callout URI.
- calloutType
- Nullable<KustoCalloutPolicyCalloutType>
Type of the callout service, specifying the kind of external resource or service being accessed.
- outboundAccess
- Nullable<KustoCalloutPolicyOutboundAccess>
Indicates whether outbound access is permitted for the specified URI pattern.
- calloutId
- String
Unique identifier for the callout configuration.
Returns
A new KustoCalloutPolicy instance for mocking.
Applies to
Azure SDK for .NET