-
Notifications
You must be signed in to change notification settings - Fork 188
/
Application.yml
123 lines (119 loc) · 3.66 KB
/
Application.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
### YamlMime:TSType
name: Application
uid: '@azure/arm-hdinsight.Application'
package: '@azure/arm-hdinsight'
summary: The HDInsight cluster application
fullName: Application
remarks: ''
isDeprecated: false
type: interface
properties:
- name: etag
uid: '@azure/arm-hdinsight.Application.etag'
package: '@azure/arm-hdinsight'
summary: The ETag for the application
fullName: etag
remarks: ''
isDeprecated: false
syntax:
content: 'etag?: string'
return:
description: ''
type: string
- name: properties
uid: '@azure/arm-hdinsight.Application.properties'
package: '@azure/arm-hdinsight'
summary: The properties of the application.
fullName: properties
remarks: ''
isDeprecated: false
syntax:
content: 'properties?: ApplicationProperties'
return:
description: ''
type: <xref uid="@azure/arm-hdinsight.ApplicationProperties" />
- name: systemData
uid: '@azure/arm-hdinsight.Application.systemData'
package: '@azure/arm-hdinsight'
summary: >-
Metadata pertaining to creation and last modification of the resource.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: systemData
remarks: ''
isDeprecated: false
syntax:
content: 'systemData?: SystemData'
return:
description: ''
type: <xref uid="@azure/arm-hdinsight.SystemData" />
- name: tags
uid: '@azure/arm-hdinsight.Application.tags'
package: '@azure/arm-hdinsight'
summary: The tags for the application.
fullName: tags
remarks: ''
isDeprecated: false
syntax:
content: 'tags?: {[propertyName: string]: string}'
return:
description: ''
type: '{[propertyName: string]: string}'
inheritedProperties:
- name: id
uid: '@azure/arm-hdinsight.Application.id'
package: '@azure/arm-hdinsight'
summary: >-
Fully qualified resource ID for the resource. Ex -
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: id
remarks: ''
isDeprecated: false
syntax:
content: 'id?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[ProxyResource.id](xref:@azure/arm-hdinsight.ProxyResource.id)
- name: name
uid: '@azure/arm-hdinsight.Application.name'
package: '@azure/arm-hdinsight'
summary: >-
The name of the resource
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
inheritanceDescription: >-
<b>Inherited From</b>
[ProxyResource.name](xref:@azure/arm-hdinsight.ProxyResource.name)
- name: type
uid: '@azure/arm-hdinsight.Application.type'
package: '@azure/arm-hdinsight'
summary: >-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
"Microsoft.Storage/storageAccounts"
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: type
remarks: ''
isDeprecated: false
syntax:
content: 'type?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[ProxyResource.type](xref:@azure/arm-hdinsight.ProxyResource.type)
extends: <xref uid="@azure/arm-hdinsight.ProxyResource" />