-
Notifications
You must be signed in to change notification settings - Fork 250
/
Copy pathazure.mgmt.computefleet.models.Plan.yml
71 lines (64 loc) · 2.16 KB
/
azure.mgmt.computefleet.models.Plan.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
### YamlMime:PythonClass
uid: azure.mgmt.computefleet.models.Plan
name: Plan
fullName: azure.mgmt.computefleet.models.Plan
module: azure.mgmt.computefleet.models
summary: 'Plan for the resource.
All required parameters must be populated in order to send to server.'
constructor:
syntax: 'Plan(*args: Any, **kwargs: Any)'
variables:
- description: A user defined name of the 3rd Party Artifact that is being procured.
Required.
name: name
types:
- <xref:str>
- description: 'The publisher of the 3rd Party Artifact that is being bought. E.g.
NewRelic.
Required.'
name: publisher
types:
- <xref:str>
- description: 'The 3rd Party artifact that is being procured. E.g. NewRelic. Product
maps to
the OfferID specified for the artifact at the time of Data Market onboarding.
Required.'
name: product
types:
- <xref:str>
- description: 'A publisher provided promotion code as provisioned in Data Market
for the
said product/artifact.'
name: promotion_code
types:
- <xref:str>
- description: The version of the desired product/artifact.
name: version
types:
- <xref:str>
attributes:
- uid: azure.mgmt.computefleet.models.Plan.name
name: name
summary: A user defined name of the 3rd Party Artifact that is being procured. Required.
signature: 'name: str'
- uid: azure.mgmt.computefleet.models.Plan.product
name: product
summary: 'The 3rd Party artifact that is being procured. E.g. NewRelic. Product
maps to the OfferID
specified for the artifact at the time of Data Market onboarding. Required.'
signature: 'product: str'
- uid: azure.mgmt.computefleet.models.Plan.promotion_code
name: promotion_code
summary: 'A publisher provided promotion code as provisioned in Data Market for
the said
product/artifact.'
signature: 'promotion_code: str | None'
- uid: azure.mgmt.computefleet.models.Plan.publisher
name: publisher
summary: The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic.
Required.
signature: 'publisher: str'
- uid: azure.mgmt.computefleet.models.Plan.version
name: version
summary: The version of the desired product/artifact.
signature: 'version: str | None'