Sdílet prostřednictvím


KustoClusterVirtualNetworkConfiguration Class

Definition

A class that contains virtual network definition.

public class KustoClusterVirtualNetworkConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Kusto.Models.KustoClusterVirtualNetworkConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Kusto.Models.KustoClusterVirtualNetworkConfiguration>
type KustoClusterVirtualNetworkConfiguration = class
    interface IJsonModel<KustoClusterVirtualNetworkConfiguration>
    interface IPersistableModel<KustoClusterVirtualNetworkConfiguration>
Public Class KustoClusterVirtualNetworkConfiguration
Implements IJsonModel(Of KustoClusterVirtualNetworkConfiguration), IPersistableModel(Of KustoClusterVirtualNetworkConfiguration)
Inheritance
KustoClusterVirtualNetworkConfiguration
Implements

Constructors

KustoClusterVirtualNetworkConfiguration(String, String, String)

Initializes a new instance of KustoClusterVirtualNetworkConfiguration.

Properties

DataManagementPublicIPId

Data management's service public IP address resource id.

EnginePublicIPId

Engine service's public IP address resource id.

State

When enabled, the cluster is deployed into the configured subnet, when disabled it will be removed from the subnet.

SubnetId

The subnet resource id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoClusterVirtualNetworkConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KustoClusterVirtualNetworkConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoClusterVirtualNetworkConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoClusterVirtualNetworkConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KustoClusterVirtualNetworkConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to