KustoClusterPublicNetworkAccess 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.
Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed.
public readonly struct KustoClusterPublicNetworkAccess : IEquatable<Azure.ResourceManager.Kusto.Models.KustoClusterPublicNetworkAccess>
type KustoClusterPublicNetworkAccess = struct
Public Structure KustoClusterPublicNetworkAccess
Implements IEquatable(Of KustoClusterPublicNetworkAccess)
- Inheritance
-
KustoClusterPublicNetworkAccess
- Implements
Constructors
KustoClusterPublicNetworkAccess(String) |
Initializes a new instance of KustoClusterPublicNetworkAccess. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(KustoClusterPublicNetworkAccess) |
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(KustoClusterPublicNetworkAccess, KustoClusterPublicNetworkAccess) |
Determines if two KustoClusterPublicNetworkAccess values are the same. |
Implicit(String to KustoClusterPublicNetworkAccess) |
Converts a string to a KustoClusterPublicNetworkAccess. |
Inequality(KustoClusterPublicNetworkAccess, KustoClusterPublicNetworkAccess) |
Determines if two KustoClusterPublicNetworkAccess values are not the same. |
Applies to
Azure SDK for .NET