KustoClusterNetworkAccessFlag 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.
Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
public readonly struct KustoClusterNetworkAccessFlag : IEquatable<Azure.ResourceManager.Kusto.Models.KustoClusterNetworkAccessFlag>
type KustoClusterNetworkAccessFlag = struct
Public Structure KustoClusterNetworkAccessFlag
Implements IEquatable(Of KustoClusterNetworkAccessFlag)
- Inheritance
-
KustoClusterNetworkAccessFlag
- Implements
Constructors
KustoClusterNetworkAccessFlag(String) |
Initializes a new instance of KustoClusterNetworkAccessFlag. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(KustoClusterNetworkAccessFlag) |
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(KustoClusterNetworkAccessFlag, KustoClusterNetworkAccessFlag) |
Determines if two KustoClusterNetworkAccessFlag values are the same. |
Implicit(String to KustoClusterNetworkAccessFlag) |
Converts a string to a KustoClusterNetworkAccessFlag. |
Inequality(KustoClusterNetworkAccessFlag, KustoClusterNetworkAccessFlag) |
Determines if two KustoClusterNetworkAccessFlag values are not the same. |
Applies to
Azure SDK for .NET