-
Notifications
You must be signed in to change notification settings - Fork 271
/
Copy pathCalculatePriceResponseProperties.xml
281 lines (281 loc) · 19 KB
/
CalculatePriceResponseProperties.xml
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<Type Name="CalculatePriceResponseProperties" FullName="Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties">
<TypeSignature Language="C#" Value="public class CalculatePriceResponseProperties" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit CalculatePriceResponseProperties extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties" />
<TypeSignature Language="VB.NET" Value="Public Class CalculatePriceResponseProperties" />
<TypeSignature Language="F#" Value="type CalculatePriceResponseProperties = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public CalculatePriceResponseProperties ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the CalculatePriceResponseProperties
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public CalculatePriceResponseProperties (Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal billingCurrencyTotal = default, bool? isBillingPartnerManaged = default, string reservationOrderId = default, string skuTitle = default, string skuDescription = default, Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesPricingCurrencyTotal pricingCurrencyTotal = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> paymentSchedule = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal billingCurrencyTotal, valuetype System.Nullable`1<bool> isBillingPartnerManaged, string reservationOrderId, string skuTitle, string skuDescription, class Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesPricingCurrencyTotal pricingCurrencyTotal, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Reservations.Models.PaymentDetail> paymentSchedule) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.#ctor(Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal,System.Nullable{System.Boolean},System.String,System.String,System.String,Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesPricingCurrencyTotal,System.Collections.Generic.IList{Microsoft.Azure.Management.Reservations.Models.PaymentDetail})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional billingCurrencyTotal As CalculatePriceResponsePropertiesBillingCurrencyTotal = Nothing, Optional isBillingPartnerManaged As Nullable(Of Boolean) = Nothing, Optional reservationOrderId As String = Nothing, Optional skuTitle As String = Nothing, Optional skuDescription As String = Nothing, Optional pricingCurrencyTotal As CalculatePriceResponsePropertiesPricingCurrencyTotal = Nothing, Optional paymentSchedule As IList(Of PaymentDetail) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties : Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal * Nullable<bool> * string * string * string * Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesPricingCurrencyTotal * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> -> Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties" Usage="new Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties (billingCurrencyTotal, isBillingPartnerManaged, reservationOrderId, skuTitle, skuDescription, pricingCurrencyTotal, paymentSchedule)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="billingCurrencyTotal" Type="Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal" />
<Parameter Name="isBillingPartnerManaged" Type="System.Nullable<System.Boolean>" />
<Parameter Name="reservationOrderId" Type="System.String" />
<Parameter Name="skuTitle" Type="System.String" />
<Parameter Name="skuDescription" Type="System.String" />
<Parameter Name="pricingCurrencyTotal" Type="Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesPricingCurrencyTotal" />
<Parameter Name="paymentSchedule" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail>" />
</Parameters>
<Docs>
<param name="paymentSchedule">To be added.</param>
<param name="billingCurrencyTotal">Currency and amount that
customer will be charged in customer's local currency. Tax is not
included.</param>
<param name="isBillingPartnerManaged">True if billing is managed by
Microsoft Partner. Used only for CSP accounts.</param>
<param name="reservationOrderId">GUID that represents reservation
order that can be placed after calculating price.</param>
<param name="skuTitle">Title of SKU that is being
purchased.</param>
<param name="skuDescription">Description of SKU that is being
purchased.</param>
<param name="pricingCurrencyTotal">Amount that Microsoft uses for
record. Used during refund for calculating refund limit. Tax is not
included.</param>
<summary>
Initializes a new instance of the CalculatePriceResponseProperties
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BillingCurrencyTotal">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal BillingCurrencyTotal { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal BillingCurrencyTotal" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.BillingCurrencyTotal" />
<MemberSignature Language="VB.NET" Value="Public Property BillingCurrencyTotal As CalculatePriceResponsePropertiesBillingCurrencyTotal" />
<MemberSignature Language="F#" Value="member this.BillingCurrencyTotal : Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal with get, set" Usage="Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.BillingCurrencyTotal" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="billingCurrencyTotal")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="billingCurrencyTotal")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets currency and amount that customer will be charged in
customer's local currency. Tax is not included.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IsBillingPartnerManaged">
<MemberSignature Language="C#" Value="public bool? IsBillingPartnerManaged { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> IsBillingPartnerManaged" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.IsBillingPartnerManaged" />
<MemberSignature Language="VB.NET" Value="Public Property IsBillingPartnerManaged As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.IsBillingPartnerManaged : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.IsBillingPartnerManaged" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="isBillingPartnerManaged")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="isBillingPartnerManaged")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets true if billing is managed by Microsoft Partner. Used
only for CSP accounts.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PaymentSchedule">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> PaymentSchedule { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Reservations.Models.PaymentDetail> PaymentSchedule" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.PaymentSchedule" />
<MemberSignature Language="VB.NET" Value="Public Property PaymentSchedule As IList(Of PaymentDetail)" />
<MemberSignature Language="F#" Value="member this.PaymentSchedule : System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> with get, set" Usage="Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.PaymentSchedule" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="paymentSchedule")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="paymentSchedule")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail></ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PricingCurrencyTotal">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesPricingCurrencyTotal PricingCurrencyTotal { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesPricingCurrencyTotal PricingCurrencyTotal" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.PricingCurrencyTotal" />
<MemberSignature Language="VB.NET" Value="Public Property PricingCurrencyTotal As CalculatePriceResponsePropertiesPricingCurrencyTotal" />
<MemberSignature Language="F#" Value="member this.PricingCurrencyTotal : Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesPricingCurrencyTotal with get, set" Usage="Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.PricingCurrencyTotal" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="pricingCurrencyTotal")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="pricingCurrencyTotal")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesPricingCurrencyTotal</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets amount that Microsoft uses for record. Used during
refund for calculating refund limit. Tax is not included.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReservationOrderId">
<MemberSignature Language="C#" Value="public string ReservationOrderId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ReservationOrderId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.ReservationOrderId" />
<MemberSignature Language="VB.NET" Value="Public Property ReservationOrderId As String" />
<MemberSignature Language="F#" Value="member this.ReservationOrderId : string with get, set" Usage="Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.ReservationOrderId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="reservationOrderId")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="reservationOrderId")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets GUID that represents reservation order that can be
placed after calculating price.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SkuDescription">
<MemberSignature Language="C#" Value="public string SkuDescription { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string SkuDescription" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.SkuDescription" />
<MemberSignature Language="VB.NET" Value="Public Property SkuDescription As String" />
<MemberSignature Language="F#" Value="member this.SkuDescription : string with get, set" Usage="Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.SkuDescription" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="skuDescription")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="skuDescription")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets description of SKU that is being purchased.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SkuTitle">
<MemberSignature Language="C#" Value="public string SkuTitle { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string SkuTitle" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.SkuTitle" />
<MemberSignature Language="VB.NET" Value="Public Property SkuTitle As String" />
<MemberSignature Language="F#" Value="member this.SkuTitle : string with get, set" Usage="Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties.SkuTitle" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="skuTitle")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="skuTitle")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets title of SKU that is being purchased.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>