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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python