-
Notifications
You must be signed in to change notification settings - Fork 246
/
azure.mgmt.web.v2022_09_01.models.ArmPlan.yml
54 lines (54 loc) · 1.28 KB
/
azure.mgmt.web.v2022_09_01.models.ArmPlan.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
### YamlMime:PythonClass
uid: azure.mgmt.web.v2022_09_01.models.ArmPlan
name: ArmPlan
fullName: azure.mgmt.web.v2022_09_01.models.ArmPlan
module: azure.mgmt.web.v2022_09_01.models
inheritances:
- azure.mgmt.web._serialization.Model
summary: The plan object in Azure Resource Manager, represents a marketplace plan.
constructor:
syntax: 'ArmPlan(*, name: str | None = None, publisher: str | None = None, product:
str | None = None, promotion_code: str | None = None, version: str | None = None,
**kwargs: Any)'
keywordOnlyParameters:
- name: name
description: The name.
types:
- <xref:str>
- name: publisher
description: The publisher.
types:
- <xref:str>
- name: product
description: The product.
types:
- <xref:str>
- name: promotion_code
description: The promotion code.
types:
- <xref:str>
- name: version
description: Version of product.
types:
- <xref:str>
variables:
- description: The name.
name: name
types:
- <xref:str>
- description: The publisher.
name: publisher
types:
- <xref:str>
- description: The product.
name: product
types:
- <xref:str>
- description: The promotion code.
name: promotion_code
types:
- <xref:str>
- description: Version of product.
name: version
types:
- <xref:str>