CloudServiceOsProfile Class
Describes the OS profile for the cloud service.
- Inheritance
-
azure.mgmt.compute._serialization.ModelCloudServiceOsProfile
Constructor
CloudServiceOsProfile(*, secrets: List[_models.CloudServiceVaultSecretGroup] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
secrets
|
Specifies set of certificates that should be installed onto the role instances. |
Variables
Name | Description |
---|---|
secrets
|
Specifies set of certificates that should be installed onto the role instances. |
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