Sdílet prostřednictvím


ExcludedServicesConfig Constructors

Definition

Overloads

ExcludedServicesConfig()

Initializes a new instance of the ExcludedServicesConfig class.

ExcludedServicesConfig(String, String)

Initializes a new instance of the ExcludedServicesConfig class.

ExcludedServicesConfig()

Initializes a new instance of the ExcludedServicesConfig class.

public ExcludedServicesConfig ();
Public Sub New ()

Applies to

ExcludedServicesConfig(String, String)

Initializes a new instance of the ExcludedServicesConfig class.

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)

Parameters

excludedServicesConfigId
String

The config id of excluded services.

excludedServicesList
String

The list of excluded services.

Applies to