-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.compute.v2019_12_01.models.RunCommandDocumentBase.yml
60 lines (58 loc) · 1.78 KB
/
azure.mgmt.compute.v2019_12_01.models.RunCommandDocumentBase.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
48
49
50
51
52
53
54
55
56
57
58
59
60
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2019_12_01.models.RunCommandDocumentBase
name: RunCommandDocumentBase
fullName: azure.mgmt.compute.v2019_12_01.models.RunCommandDocumentBase
module: azure.mgmt.compute.v2019_12_01.models
inheritances:
- azure.mgmt.compute._serialization.Model
summary: 'Describes the properties of a Run Command metadata.
All required parameters must be populated in order to send to server.'
constructor:
syntax: 'RunCommandDocumentBase(*, schema: str, id: str, os_type: str | _models.OperatingSystemTypes,
label: str, description: str, **kwargs: Any)'
keywordOnlyParameters:
- name: schema
description: The VM run command schema. Required.
types:
- <xref:str>
- name: id
description: The VM run command id. Required.
types:
- <xref:str>
- name: os_type
description: 'The Operating System type. Required. Known values are: "Windows"
and "Linux".'
types:
- <xref:str>
- <xref:azure.mgmt.compute.v2019_12_01.models.OperatingSystemTypes>
- name: label
description: The VM run command label. Required.
types:
- <xref:str>
- name: description
description: The VM run command description. Required.
types:
- <xref:str>
variables:
- description: The VM run command schema. Required.
name: schema
types:
- <xref:str>
- description: The VM run command id. Required.
name: id
types:
- <xref:str>
- description: 'The Operating System type. Required. Known values are: "Windows" and
"Linux".'
name: os_type
types:
- <xref:str>
- <xref:azure.mgmt.compute.v2019_12_01.models.OperatingSystemTypes>
- description: The VM run command label. Required.
name: label
types:
- <xref:str>
- description: The VM run command description. Required.
name: description
types:
- <xref:str>