次の方法で共有


ExcludedServicesConfig コンストラクター

定義

オーバーロード

ExcludedServicesConfig()

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

ExcludedServicesConfig(String, String)

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

ExcludedServicesConfig()

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

public ExcludedServicesConfig ();
Public Sub New ()

適用対象

ExcludedServicesConfig(String, String)

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

public ExcludedServicesConfig (string excludedServicesConfigId = default, string excludedServicesList = default);
new Microsoft.Azure.Management.HDInsight.Models.ExcludedServicesConfig : string * string -> Microsoft.Azure.Management.HDInsight.Models.ExcludedServicesConfig
Public Sub New (Optional excludedServicesConfigId As String = Nothing, Optional excludedServicesList As String = Nothing)

パラメーター

excludedServicesConfigId
String

除外されたサービスの構成 ID。

excludedServicesList
String

除外されたサービスの一覧。

適用対象