Megosztás a következőn keresztül:


KustoClusterNetworkAccessFlag Struct

Definition

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