Cluster コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Cluster()
Cluster クラスの新しいインスタンスを初期化します。
public Cluster ();
Public Sub New ()
適用対象
Cluster(String, AzureSku, String, String, String, IDictionary<String, String>, IList<String>, Identity, String, String, String, String, String, IList<TrustedExternalTenant>, OptimizedAutoscale, Nullable<Boolean>, Nullable<Boolean>, VirtualNetworkConfiguration, KeyVaultProperties, Nullable<Boolean>, LanguageExtensionsList, Nullable<Boolean>, String, String)
Cluster クラスの新しいインスタンスを初期化します。
public Cluster (string location, Microsoft.Azure.Management.Kusto.Models.AzureSku sku, string id, string name, string type, System.Collections.Generic.IDictionary<string,string> tags, System.Collections.Generic.IList<string> zones, 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, string etag);
new Microsoft.Azure.Management.Kusto.Models.Cluster : string * Microsoft.Azure.Management.Kusto.Models.AzureSku * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<string> * 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 * string -> Microsoft.Azure.Management.Kusto.Models.Cluster
Public Sub New (location As String, sku As AzureSku, id As String, name As String, type As String, tags As IDictionary(Of String, String), zones As IList(Of String), 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, etag As String)
パラメーター
- location
- String
リソースが保存されている地理的な場所
- sku
- AzureSku
クラスターの SKU。
- id
- String
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
リソースの名前
- type
- String
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"
- tags
- IDictionary<String,String>
リソース タグ。
- identity
- Identity
クラスターの ID (構成されている場合)。
- state
- String
リソースの状態。 使用できる値は、'Creating'、'Unavailable'、'Running'、'Deleted'、'Deleted'、'Stopping'、'Stopped'、'Starting'、'Updating' です。
- provisioningState
- String
リソースのプロビジョニング済み状態。 指定できる値は、'Running'、'Creating'、'Deleting'、'Succeeded'、'Failed'、'Moving' です。
- uri
- String
クラスター URI。
- dataIngestionUri
- String
クラスター データ インジェスト URI。
- stateReason
- String
クラスターの現在の状態の理由。
- trustedExternalTenants
- IList<TrustedExternalTenant>
クラスターの外部テナント。
- optimizedAutoscale
- OptimizedAutoscale
最適化された自動スケール定義。
- virtualNetworkConfiguration
- VirtualNetworkConfiguration
仮想ネットワーク定義。
- keyVaultProperties
- KeyVaultProperties
クラスター暗号化の KeyVault プロパティ。
- languageExtensions
- LanguageExtensionsList
クラスターの言語拡張機能の一覧。
- engineType
- String
エンジンの種類。 使用可能な値は、'V2'、'V3' です。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
適用対象
Cluster(String, AzureSku, String, String, String, IDictionary<String, String>, SystemData, IList<String>, 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>, String)
Cluster クラスの新しいインスタンスを初期化します。
public Cluster (string location, Microsoft.Azure.Management.Kusto.Models.AzureSku sku, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Kusto.Models.SystemData systemData = default, System.Collections.Generic.IList<string> zones = 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, string etag = default);
new Microsoft.Azure.Management.Kusto.Models.Cluster : string * Microsoft.Azure.Management.Kusto.Models.AzureSku * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Kusto.Models.SystemData * System.Collections.Generic.IList<string> * 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> * string -> Microsoft.Azure.Management.Kusto.Models.Cluster
Public Sub New (location As String, sku As AzureSku, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional systemData As SystemData = Nothing, Optional zones As IList(Of String) = 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, Optional etag As String = Nothing)
パラメーター
- location
- String
リソースが保存されている地理的な場所
- sku
- AzureSku
クラスターの SKU。
- id
- String
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
リソースの名前
- type
- String
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"
- tags
- IDictionary<String,String>
リソース タグ。
- systemData
- SystemData
- identity
- Identity
クラスターの ID (構成されている場合)。
- state
- String
リソースの状態。 使用できる値は、'Creating'、'Unavailable'、'Running'、'Deleted'、'Deleted'、'Stopping'、'Stopped'、'Starting'、'Updating' です。
- provisioningState
- String
リソースのプロビジョニング済み状態。 指定できる値は、'Running'、'Creating'、'Deleting'、'Succeeded'、'Failed'、'Moving' です。
- uri
- String
クラスター URI。
- dataIngestionUri
- String
クラスター データ インジェスト URI。
- stateReason
- String
クラスターの現在の状態の理由。
- trustedExternalTenants
- IList<TrustedExternalTenant>
クラスターの外部テナント。
- optimizedAutoscale
- OptimizedAutoscale
最適化された自動スケール定義。
- virtualNetworkConfiguration
- VirtualNetworkConfiguration
仮想ネットワーク定義。
- keyVaultProperties
- KeyVaultProperties
クラスター暗号化の KeyVault プロパティ。
- languageExtensions
- LanguageExtensionsList
クラスターの言語拡張機能の一覧。
- publicNetworkAccess
- String
クラスターへのパブリック ネットワーク アクセスは、既定で有効になっています。 無効にすると、クラスターへのプライベート エンドポイント接続のみが許可されます。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- engineType
- String
エンジンの種類。 使用可能な値は、'V2'、'V3' です。
- acceptedAudiences
- IList<AcceptedAudiences>
クラスターの受け入れ対象ユーザー。
- restrictOutboundNetworkAccess
- String
送信ネットワーク アクセスを制限するかどうか。 値は省略可能ですが、渡される場合は、'Enabled' または 'Disabled' である必要があります。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- publicIPType
- String
作成するパブリック IP の種類 (IPv4 (既定))、または DualStack (IPv4 と IPv6 の両方) を示します。 使用可能な値は、'IPv4'、'DualStack' です。
- virtualClusterGraduationProperties
- String
仮想クラスターの卒業プロパティ
- privateEndpointConnections
- IList<PrivateEndpointConnection>
プライベート エンドポイント接続の一覧。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
適用対象
Azure SDK for .NET