Freigeben über


ClusterUpdate Konstruktoren

Definition

Überlädt

ClusterUpdate()

Initialisiert eine neue instance der ClusterUpdate-Klasse.

ClusterUpdate(String, String, String, IDictionary<String,String>, String, AzureSku, Identity, String, String, String, String, String, IList<TrustedExternalTenant>, OptimizedAutoscale, Nullable<Boolean>, Nullable<Boolean>, VirtualNetworkConfiguration, KeyVaultProperties, Nullable<Boolean>, LanguageExtensionsList, Nullable<Boolean>, String)

Initialisiert eine neue instance der ClusterUpdate-Klasse.

ClusterUpdate(String, String, String, IDictionary<String,String>, String, AzureSku, Identity, String, String, String, String, String, IList<TrustedExternalTenant>, OptimizedAutoscale, Nullable<Boolean>, Nullable<Boolean>, VirtualNetworkConfiguration, KeyVaultProperties, Nullable<Boolean>, LanguageExtensionsList, Nullable<Boolean>, String, IList<String>, String, IList<AcceptedAudiences>, Nullable<Boolean>, String, IList<String>, String, String, IList<PrivateEndpointConnection>)

Initialisiert eine neue instance der ClusterUpdate-Klasse.

ClusterUpdate()

Initialisiert eine neue instance der ClusterUpdate-Klasse.

public ClusterUpdate ();
Public Sub New ()

Gilt für:

ClusterUpdate(String, String, String, IDictionary<String,String>, String, AzureSku, Identity, String, String, String, String, String, IList<TrustedExternalTenant>, OptimizedAutoscale, Nullable<Boolean>, Nullable<Boolean>, VirtualNetworkConfiguration, KeyVaultProperties, Nullable<Boolean>, LanguageExtensionsList, Nullable<Boolean>, String)

Initialisiert eine neue instance der ClusterUpdate-Klasse.

public ClusterUpdate (string id, string name, string type, System.Collections.Generic.IDictionary<string,string> tags, string location, Microsoft.Azure.Management.Kusto.Models.AzureSku sku, Microsoft.Azure.Management.Kusto.Models.Identity identity, string state, string provisioningState, string uri, string dataIngestionUri, string stateReason, System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.TrustedExternalTenant> trustedExternalTenants, Microsoft.Azure.Management.Kusto.Models.OptimizedAutoscale optimizedAutoscale, bool? enableDiskEncryption, bool? enableStreamingIngest, Microsoft.Azure.Management.Kusto.Models.VirtualNetworkConfiguration virtualNetworkConfiguration, Microsoft.Azure.Management.Kusto.Models.KeyVaultProperties keyVaultProperties, bool? enablePurge, Microsoft.Azure.Management.Kusto.Models.LanguageExtensionsList languageExtensions, bool? enableDoubleEncryption, string engineType);
new Microsoft.Azure.Management.Kusto.Models.ClusterUpdate : string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Kusto.Models.AzureSku * Microsoft.Azure.Management.Kusto.Models.Identity * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.TrustedExternalTenant> * Microsoft.Azure.Management.Kusto.Models.OptimizedAutoscale * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Kusto.Models.VirtualNetworkConfiguration * Microsoft.Azure.Management.Kusto.Models.KeyVaultProperties * Nullable<bool> * Microsoft.Azure.Management.Kusto.Models.LanguageExtensionsList * Nullable<bool> * string -> Microsoft.Azure.Management.Kusto.Models.ClusterUpdate
Public Sub New (id As String, name As String, type As String, tags As IDictionary(Of String, String), location As String, sku As AzureSku, identity As Identity, state As String, provisioningState As String, uri As String, dataIngestionUri As String, stateReason As String, trustedExternalTenants As IList(Of TrustedExternalTenant), optimizedAutoscale As OptimizedAutoscale, enableDiskEncryption As Nullable(Of Boolean), enableStreamingIngest As Nullable(Of Boolean), virtualNetworkConfiguration As VirtualNetworkConfiguration, keyVaultProperties As KeyVaultProperties, enablePurge As Nullable(Of Boolean), languageExtensions As LanguageExtensionsList, enableDoubleEncryption As Nullable(Of Boolean), engineType As String)

Parameter

id
String

Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

Der Name der Ressource

type
String

Der Typ der Ressource. Z.B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"

tags
IDictionary<String,String>

Ressourcentags.

location
String

Ressourcenspeicherort

sku
AzureSku

Die SKU des Clusters.

identity
Identity

Die Identität des Clusters, sofern konfiguriert.

state
String

Der Status der Ressource. Mögliche Werte: "Creating", "Unavailable", "Running", "Delete", "Deleted", "Stopped", "Stopped", "Starting", "Updating"

provisioningState
String

Der bereitgestellte Zustand der Ressource. Mögliche Werte: "Running", "Creating", "Deleting", "Succeeded", "Failed", "Moving"

uri
String

Der Cluster-URI.

dataIngestionUri
String

Der URI der Clusterdatenerfassung.

stateReason
String

Der Grund für den aktuellen Status des Clusters.

trustedExternalTenants
IList<TrustedExternalTenant>

Die externen Mandanten des Clusters.

optimizedAutoscale
OptimizedAutoscale

Optimierte Definition der automatischen Skalierung.

enableDiskEncryption
Nullable<Boolean>

Ein boolescher Wert, der angibt, ob die Datenträger des Clusters verschlüsselt sind.

enableStreamingIngest
Nullable<Boolean>

Ein boolescher Wert, der angibt, ob die Streamingerfassung aktiviert ist.

virtualNetworkConfiguration
VirtualNetworkConfiguration

Definition des virtuellen Netzwerks.

keyVaultProperties
KeyVaultProperties

KeyVault-Eigenschaften für die Clusterverschlüsselung.

enablePurge
Nullable<Boolean>

Ein boolescher Wert, der angibt, ob die Bereinigungsvorgänge aktiviert sind.

languageExtensions
LanguageExtensionsList

Liste der Spracherweiterungen des Clusters.

enableDoubleEncryption
Nullable<Boolean>

Ein boolescher Wert, der angibt, ob die doppelte Verschlüsselung aktiviert ist.

engineType
String

Der Modultyp. Mögliche Werte: "V2", "V3"

Gilt für:

ClusterUpdate(String, String, String, IDictionary<String,String>, String, AzureSku, Identity, String, String, String, String, String, IList<TrustedExternalTenant>, OptimizedAutoscale, Nullable<Boolean>, Nullable<Boolean>, VirtualNetworkConfiguration, KeyVaultProperties, Nullable<Boolean>, LanguageExtensionsList, Nullable<Boolean>, String, IList<String>, String, IList<AcceptedAudiences>, Nullable<Boolean>, String, IList<String>, String, String, IList<PrivateEndpointConnection>)

Initialisiert eine neue instance der ClusterUpdate-Klasse.

public ClusterUpdate (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, Microsoft.Azure.Management.Kusto.Models.AzureSku sku = default, Microsoft.Azure.Management.Kusto.Models.Identity identity = default, string state = default, string provisioningState = default, string uri = default, string dataIngestionUri = default, string stateReason = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.TrustedExternalTenant> trustedExternalTenants = default, Microsoft.Azure.Management.Kusto.Models.OptimizedAutoscale optimizedAutoscale = default, bool? enableDiskEncryption = default, bool? enableStreamingIngest = default, Microsoft.Azure.Management.Kusto.Models.VirtualNetworkConfiguration virtualNetworkConfiguration = default, Microsoft.Azure.Management.Kusto.Models.KeyVaultProperties keyVaultProperties = default, bool? enablePurge = default, Microsoft.Azure.Management.Kusto.Models.LanguageExtensionsList languageExtensions = default, bool? enableDoubleEncryption = default, string publicNetworkAccess = default, System.Collections.Generic.IList<string> allowedIpRangeList = default, string engineType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.AcceptedAudiences> acceptedAudiences = default, bool? enableAutoStop = default, string restrictOutboundNetworkAccess = default, System.Collections.Generic.IList<string> allowedFqdnList = default, string publicIPType = default, string virtualClusterGraduationProperties = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.PrivateEndpointConnection> privateEndpointConnections = default);
new Microsoft.Azure.Management.Kusto.Models.ClusterUpdate : string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Kusto.Models.AzureSku * Microsoft.Azure.Management.Kusto.Models.Identity * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.TrustedExternalTenant> * Microsoft.Azure.Management.Kusto.Models.OptimizedAutoscale * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Kusto.Models.VirtualNetworkConfiguration * Microsoft.Azure.Management.Kusto.Models.KeyVaultProperties * Nullable<bool> * Microsoft.Azure.Management.Kusto.Models.LanguageExtensionsList * Nullable<bool> * string * System.Collections.Generic.IList<string> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.AcceptedAudiences> * Nullable<bool> * string * System.Collections.Generic.IList<string> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.PrivateEndpointConnection> -> Microsoft.Azure.Management.Kusto.Models.ClusterUpdate
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional sku As AzureSku = Nothing, Optional identity As Identity = Nothing, Optional state As String = Nothing, Optional provisioningState As String = Nothing, Optional uri As String = Nothing, Optional dataIngestionUri As String = Nothing, Optional stateReason As String = Nothing, Optional trustedExternalTenants As IList(Of TrustedExternalTenant) = Nothing, Optional optimizedAutoscale As OptimizedAutoscale = Nothing, Optional enableDiskEncryption As Nullable(Of Boolean) = Nothing, Optional enableStreamingIngest As Nullable(Of Boolean) = Nothing, Optional virtualNetworkConfiguration As VirtualNetworkConfiguration = Nothing, Optional keyVaultProperties As KeyVaultProperties = Nothing, Optional enablePurge As Nullable(Of Boolean) = Nothing, Optional languageExtensions As LanguageExtensionsList = Nothing, Optional enableDoubleEncryption As Nullable(Of Boolean) = Nothing, Optional publicNetworkAccess As String = Nothing, Optional allowedIpRangeList As IList(Of String) = Nothing, Optional engineType As String = Nothing, Optional acceptedAudiences As IList(Of AcceptedAudiences) = Nothing, Optional enableAutoStop As Nullable(Of Boolean) = Nothing, Optional restrictOutboundNetworkAccess As String = Nothing, Optional allowedFqdnList As IList(Of String) = Nothing, Optional publicIPType As String = Nothing, Optional virtualClusterGraduationProperties As String = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing)

Parameter

id
String

Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

Der Name der Ressource

type
String

Der Typ der Ressource. Z.B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"

tags
IDictionary<String,String>

Ressourcentags.

location
String

Ressourcenspeicherort

sku
AzureSku

Die SKU des Clusters.

identity
Identity

Die Identität des Clusters, sofern konfiguriert.

state
String

Der Status der Ressource. Mögliche Werte: "Creating", "Unavailable", "Running", "Delete", "Deleted", "Stopped", "Stopped", "Starting", "Updating"

provisioningState
String

Der bereitgestellte Zustand der Ressource. Mögliche Werte: "Running", "Creating", "Deleting", "Succeeded", "Failed", "Moving"

uri
String

Der Cluster-URI.

dataIngestionUri
String

Der URI der Clusterdatenerfassung.

stateReason
String

Der Grund für den aktuellen Status des Clusters.

trustedExternalTenants
IList<TrustedExternalTenant>

Die externen Mandanten des Clusters.

optimizedAutoscale
OptimizedAutoscale

Optimierte Definition der automatischen Skalierung.

enableDiskEncryption
Nullable<Boolean>

Ein boolescher Wert, der angibt, ob die Datenträger des Clusters verschlüsselt sind.

enableStreamingIngest
Nullable<Boolean>

Ein boolescher Wert, der angibt, ob die Streamingerfassung aktiviert ist.

virtualNetworkConfiguration
VirtualNetworkConfiguration

Definition des virtuellen Netzwerks.

keyVaultProperties
KeyVaultProperties

KeyVault-Eigenschaften für die Clusterverschlüsselung.

enablePurge
Nullable<Boolean>

Ein boolescher Wert, der angibt, ob die Bereinigungsvorgänge aktiviert sind.

languageExtensions
LanguageExtensionsList

Liste der Spracherweiterungen des Clusters.

enableDoubleEncryption
Nullable<Boolean>

Ein boolescher Wert, der angibt, ob die doppelte Verschlüsselung aktiviert ist.

publicNetworkAccess
String

Der Öffentliche Netzwerkzugriff auf den Cluster ist standardmäßig aktiviert. Wenn diese Option deaktiviert ist, ist nur die Verbindung mit dem Privaten Endpunkt mit dem Cluster zulässig. Mögliche Werte: "Enabled", "Disabled"

allowedIpRangeList
IList<String>

Die Liste der IP-Adressen im Format CIDR, die eine Verbindung mit dem Cluster herstellen dürfen.

engineType
String

Der Modultyp. Mögliche Werte: "V2", "V3"

acceptedAudiences
IList<AcceptedAudiences>

Die akzeptierten Zielgruppen des Clusters.

enableAutoStop
Nullable<Boolean>

Ein boolescher Wert, der angibt, ob der Cluster automatisch beendet werden kann (aufgrund fehlender Daten oder mehrerer Tage ohne Aktivität).

restrictOutboundNetworkAccess
String

Gibt an, ob der ausgehende Netzwerkzugriff eingeschränkt werden soll. Der Wert ist optional, aber wenn er übergeben wird, muss "Aktiviert" oder "Deaktiviert" sein. Mögliche Werte: "Enabled", "Disabled"

allowedFqdnList
IList<String>

Liste der zulässigen FQDNs (vollqualifizierter Domänenname) für ausgehenden Datenverkehr aus dem Cluster.

publicIPType
String

Gibt an, welcher öffentliche IP-Typ erstellt werden soll: IPv4 (Standard) oder DualStack (sowohl IPv4 als auch IPv6). Mögliche Werte: "IPv4", "DualStack"

virtualClusterGraduationProperties
String

Eigenschaften der Graduierung virtueller Cluster

privateEndpointConnections
IList<PrivateEndpointConnection>

Eine Liste der Verbindungen mit privaten Endpunkten.

Gilt für: