ExcludedServicesConfig Class
The configuration that services will be excluded when creating cluster.
- Inheritance
-
msrest.serialization.ModelExcludedServicesConfig
Constructor
ExcludedServicesConfig(*, excluded_services_config_id: str | None = None, excluded_services_list: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
excluded_services_config_id
Required
|
The config id of excluded services. |
excluded_services_list
Required
|
The list of excluded services. |
Keyword-Only Parameters
Name | Description |
---|---|
excluded_services_config_id
Required
|
|
excluded_services_list
Required
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python