VirtualMachineScaleSetUpdateOSProfile Class
Describes a virtual machine scale set OS profile.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetUpdateOSProfile
Constructor
VirtualMachineScaleSetUpdateOSProfile(*, custom_data: str | None = None, windows_configuration: _models.WindowsConfiguration | None = None, linux_configuration: _models.LinuxConfiguration | None = None, secrets: List[_models.VaultSecretGroup] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
custom_data
|
A base-64 encoded string of custom data. |
windows_configuration
|
The Windows Configuration of the OS profile. |
linux_configuration
|
The Linux Configuration of the OS profile. |
secrets
|
The List of certificates for addition to the VM. |
Variables
Name | Description |
---|---|
custom_data
|
A base-64 encoded string of custom data. |
windows_configuration
|
The Windows Configuration of the OS profile. |
linux_configuration
|
The Linux Configuration of the OS profile. |
secrets
|
The List of certificates for addition to the VM. |
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