-
Notifications
You must be signed in to change notification settings - Fork 187
/
Operation.yml
93 lines (89 loc) · 2.74 KB
/
Operation.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
### YamlMime:TSType
name: Operation
uid: '@azure/arm-orbital.Operation'
package: '@azure/arm-orbital'
summary: >-
Details of a REST API operation, returned from the Resource Provider
Operations API
fullName: Operation
remarks: ''
isDeprecated: false
type: interface
properties:
- name: actionType
uid: '@azure/arm-orbital.Operation.actionType'
package: '@azure/arm-orbital'
summary: >-
Enum. Indicates the action type. "Internal" refers to actions that are for
internal only APIs.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: actionType
remarks: ''
isDeprecated: false
syntax:
content: 'actionType?: string'
return:
description: ''
type: string
- name: display
uid: '@azure/arm-orbital.Operation.display'
package: '@azure/arm-orbital'
summary: Localized display information for this particular operation.
fullName: display
remarks: ''
isDeprecated: false
syntax:
content: 'display?: OperationDisplay'
return:
description: ''
type: <xref uid="@azure/arm-orbital.OperationDisplay" />
- name: isDataAction
uid: '@azure/arm-orbital.Operation.isDataAction'
package: '@azure/arm-orbital'
summary: >-
Whether the operation applies to data-plane. This is "true" for data-plane
operations and "false" for ARM/control-plane operations.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: isDataAction
remarks: ''
isDeprecated: false
syntax:
content: 'isDataAction?: boolean'
return:
description: ''
type: boolean
- name: name
uid: '@azure/arm-orbital.Operation.name'
package: '@azure/arm-orbital'
summary: >-
The name of the operation, as per Resource-Based Access Control (RBAC).
Examples: "Microsoft.Compute/virtualMachines/write",
"Microsoft.Compute/virtualMachines/capture/action"
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: name
remarks: ''
isDeprecated: false
syntax:
content: 'name?: string'
return:
description: ''
type: string
- name: origin
uid: '@azure/arm-orbital.Operation.origin'
package: '@azure/arm-orbital'
summary: >-
The intended executor of the operation; as in Resource Based Access
Control (RBAC) and audit logs UX. Default value is "user,system"
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: origin
remarks: ''
isDeprecated: false
syntax:
content: 'origin?: string'
return:
description: ''
type: string