-
Notifications
You must be signed in to change notification settings - Fork 188
/
Product.yml
103 lines (99 loc) · 3.11 KB
/
Product.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
### YamlMime:TSType
name: Product
uid: '@azure/arm-sphere.Product'
package: '@azure/arm-sphere'
summary: An product resource belonging to a catalog resource.
fullName: Product
remarks: ''
isDeprecated: false
type: interface
properties:
- name: properties
uid: '@azure/arm-sphere.Product.properties'
package: '@azure/arm-sphere'
summary: The resource-specific properties for this resource.
fullName: properties
remarks: ''
isDeprecated: false
syntax:
content: 'properties?: ProductProperties'
return:
description: ''
type: <xref uid="@azure/arm-sphere.ProductProperties" />
inheritedProperties:
- name: id
uid: '@azure/arm-sphere.Product.id'
package: '@azure/arm-sphere'
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-sphere.ProxyResource.id)
- name: name
uid: '@azure/arm-sphere.Product.name'
package: '@azure/arm-sphere'
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-sphere.ProxyResource.name)
- name: systemData
uid: '@azure/arm-sphere.Product.systemData'
package: '@azure/arm-sphere'
summary: >-
Azure Resource Manager metadata containing createdBy and modifiedBy
information.
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-sphere.SystemData" />
inheritanceDescription: >-
<b>Inherited From</b>
[ProxyResource.systemData](xref:@azure/arm-sphere.ProxyResource.systemData)
- name: type
uid: '@azure/arm-sphere.Product.type'
package: '@azure/arm-sphere'
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-sphere.ProxyResource.type)
extends: <xref uid="@azure/arm-sphere.ProxyResource" />