次の方法で共有


ClusterUpdate クラス

定義

Kusto クラスターの更新を表す クラス。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ClusterUpdate : Microsoft.Azure.Management.Kusto.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ClusterUpdate = class
    inherit Resource
Public Class ClusterUpdate
Inherits Resource
継承
ClusterUpdate
属性

コンストラクター

ClusterUpdate()

ClusterUpdate クラスの新しいインスタンスを初期化します。

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)

ClusterUpdate クラスの新しいインスタンスを初期化します。

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>)

ClusterUpdate クラスの新しいインスタンスを初期化します。

プロパティ

AcceptedAudiences

クラスターの受け入れ対象ユーザーを取得または設定します。

AllowedFqdnList

クラスターからのエグレスに対して許可される FQDN (完全修飾ドメイン名) の一覧を取得または設定します。

AllowedIpRangeList

クラスターへの接続を許可する CIDR 形式の IP の一覧を取得または設定します。

DataIngestionUri

クラスター データ インジェスト URI を取得します。

EnableAutoStop

クラスターを自動的に停止できるかどうかを示すブール値を取得または設定します (データが不足しているか、何日間もアクティビティがないため)。

EnableDiskEncryption

クラスターのディスクが暗号化されているかどうかを示すブール値を取得または設定します。

EnableDoubleEncryption

二重暗号化が有効かどうかを示すブール値を取得または設定します。

EnablePurge

消去操作が有効かどうかを示すブール値を取得または設定します。

EnableStreamingIngest

ストリーミング取り込みが有効かどうかを示すブール値を取得または設定します。

EngineType

エンジンの種類を取得または設定します。 使用可能な値は次のとおりです: 'V2'、'V3'

Id

リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(継承元 Resource)
Identity

構成されている場合は、クラスターの ID を取得または設定します。

KeyVaultProperties

クラスター暗号化の keyVault プロパティを取得または設定します。

LanguageExtensions

クラスターの言語拡張機能の一覧を取得します。

Location

リソースの場所を取得または設定します。

Name

リソースの名前を取得します

(継承元 Resource)
OptimizedAutoscale

最適化された自動スケール定義を取得または設定します。

PrivateEndpointConnections

プライベート エンドポイント接続の一覧を取得します。

ProvisioningState

リソースのプロビジョニングされた状態を取得します。 使用可能な値には、'Running'、'Creating'、'Removeing'、'Succeeded'、'Failed'、'Moving' などがあります。

PublicIPType

作成するパブリック IP の種類 (IPv4 (既定値))、または DualStack (IPv4 と IPv6 の両方) を取得または設定します。 使用可能な値は、'IPv4'、'DualStack' です。

PublicNetworkAccess

クラスターへのパブリック ネットワーク アクセスが既定で有効になっていることを取得または設定します。 無効にすると、クラスターへのプライベート エンドポイント接続のみが許可されます。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

RestrictOutboundNetworkAccess

送信ネットワーク アクセスを制限するかどうかを取得または設定します。 値は省略可能ですが、渡される場合は、'Enabled' または 'Disabled' である必要があります。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

Sku

クラスターの SKU を取得または設定します。

State

リソースの状態を取得します。 使用可能な値には、'Creating'、'Unavailable'、'Running'、'Deleteding'、'Deleted'、'Stopping'、'Stopped'、'Starting'、'Updating' などがあります。

StateReason

クラスターの現在の状態の理由を取得します。

Tags

リソース タグを取得または設定します。

TrustedExternalTenants

クラスターの外部テナントを取得または設定します。

Type

リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

(継承元 Resource)
Uri

クラスター URI を取得します。

VirtualClusterGraduationProperties

仮想クラスターの卒業プロパティを取得または設定します

VirtualNetworkConfiguration

仮想ネットワーク定義を取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象