-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.compute.v2021_04_01.models.VirtualMachineScaleSetUpdateOSProfile.yml
47 lines (47 loc) · 1.93 KB
/
azure.mgmt.compute.v2021_04_01.models.VirtualMachineScaleSetUpdateOSProfile.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2021_04_01.models.VirtualMachineScaleSetUpdateOSProfile
name: VirtualMachineScaleSetUpdateOSProfile
fullName: azure.mgmt.compute.v2021_04_01.models.VirtualMachineScaleSetUpdateOSProfile
module: azure.mgmt.compute.v2021_04_01.models
inheritances:
- azure.mgmt.compute._serialization.Model
summary: Describes a virtual machine scale set OS profile.
constructor:
syntax: '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)'
keywordOnlyParameters:
- name: custom_data
description: A base-64 encoded string of custom data.
types:
- <xref:str>
- name: windows_configuration
description: The Windows Configuration of the OS profile.
types:
- <xref:azure.mgmt.compute.v2021_04_01.models.WindowsConfiguration>
- name: linux_configuration
description: The Linux Configuration of the OS profile.
types:
- <xref:azure.mgmt.compute.v2021_04_01.models.LinuxConfiguration>
- name: secrets
description: The List of certificates for addition to the VM.
types:
- <xref:list>[<xref:azure.mgmt.compute.v2021_04_01.models.VaultSecretGroup>]
variables:
- description: A base-64 encoded string of custom data.
name: custom_data
types:
- <xref:str>
- description: The Windows Configuration of the OS profile.
name: windows_configuration
types:
- <xref:azure.mgmt.compute.v2021_04_01.models.WindowsConfiguration>
- description: The Linux Configuration of the OS profile.
name: linux_configuration
types:
- <xref:azure.mgmt.compute.v2021_04_01.models.LinuxConfiguration>
- description: The List of certificates for addition to the VM.
name: secrets
types:
- <xref:list>[<xref:azure.mgmt.compute.v2021_04_01.models.VaultSecretGroup>]