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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python