KustoCalloutPolicyOutboundAccess Struct
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.
Indicates whether outbound access is permitted for the specified URI pattern.
public readonly struct KustoCalloutPolicyOutboundAccess : IEquatable<Azure.ResourceManager.Kusto.Models.KustoCalloutPolicyOutboundAccess>
type KustoCalloutPolicyOutboundAccess = struct
Public Structure KustoCalloutPolicyOutboundAccess
Implements IEquatable(Of KustoCalloutPolicyOutboundAccess)
- Inheritance
-
KustoCalloutPolicyOutboundAccess
- Implements
Constructors
KustoCalloutPolicyOutboundAccess(String) |
Initializes a new instance of KustoCalloutPolicyOutboundAccess. |
Properties
Allow |
Allow. |
Deny |
Deny. |
Methods
Equals(KustoCalloutPolicyOutboundAccess) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(KustoCalloutPolicyOutboundAccess, KustoCalloutPolicyOutboundAccess) |
Determines if two KustoCalloutPolicyOutboundAccess values are the same. |
Implicit(String to KustoCalloutPolicyOutboundAccess) |
Converts a String to a KustoCalloutPolicyOutboundAccess. |
Inequality(KustoCalloutPolicyOutboundAccess, KustoCalloutPolicyOutboundAccess) |
Determines if two KustoCalloutPolicyOutboundAccess values are not the same. |
Applies to
Azure SDK for .NET