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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python