다음을 통해 공유


KustoClusterPublicNetworkAccess Struct

Definition

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