-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathBillingInformation.xml
145 lines (145 loc) · 9.8 KB
/
BillingInformation.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
<Type Name="BillingInformation" FullName="Microsoft.Azure.Management.Reservations.Models.BillingInformation">
<TypeSignature Language="C#" Value="public class BillingInformation" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit BillingInformation extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Reservations.Models.BillingInformation" />
<TypeSignature Language="VB.NET" Value="Public Class BillingInformation" />
<TypeSignature Language="F#" Value="type BillingInformation = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
billing information
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public BillingInformation ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Reservations.Models.BillingInformation.#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 BillingInformation class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public BillingInformation (Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyTotalPaidAmount = default, Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyProratedAmount = default, Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyRemainingCommitmentAmount = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyTotalPaidAmount, class Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyProratedAmount, class Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyRemainingCommitmentAmount) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Reservations.Models.BillingInformation.#ctor(Microsoft.Azure.Management.Reservations.Models.Price,Microsoft.Azure.Management.Reservations.Models.Price,Microsoft.Azure.Management.Reservations.Models.Price)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional billingCurrencyTotalPaidAmount As Price = Nothing, Optional billingCurrencyProratedAmount As Price = Nothing, Optional billingCurrencyRemainingCommitmentAmount As Price = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Reservations.Models.BillingInformation : Microsoft.Azure.Management.Reservations.Models.Price * Microsoft.Azure.Management.Reservations.Models.Price * Microsoft.Azure.Management.Reservations.Models.Price -> Microsoft.Azure.Management.Reservations.Models.BillingInformation" Usage="new Microsoft.Azure.Management.Reservations.Models.BillingInformation (billingCurrencyTotalPaidAmount, billingCurrencyProratedAmount, billingCurrencyRemainingCommitmentAmount)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="billingCurrencyTotalPaidAmount" Type="Microsoft.Azure.Management.Reservations.Models.Price" />
<Parameter Name="billingCurrencyProratedAmount" Type="Microsoft.Azure.Management.Reservations.Models.Price" />
<Parameter Name="billingCurrencyRemainingCommitmentAmount" Type="Microsoft.Azure.Management.Reservations.Models.Price" />
</Parameters>
<Docs>
<param name="billingCurrencyTotalPaidAmount">To be added.</param>
<param name="billingCurrencyProratedAmount">To be added.</param>
<param name="billingCurrencyRemainingCommitmentAmount">To be added.</param>
<summary>
Initializes a new instance of the BillingInformation class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BillingCurrencyProratedAmount">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Reservations.Models.Price BillingCurrencyProratedAmount { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Reservations.Models.Price BillingCurrencyProratedAmount" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Reservations.Models.BillingInformation.BillingCurrencyProratedAmount" />
<MemberSignature Language="VB.NET" Value="Public Property BillingCurrencyProratedAmount As Price" />
<MemberSignature Language="F#" Value="member this.BillingCurrencyProratedAmount : Microsoft.Azure.Management.Reservations.Models.Price with get, set" Usage="Microsoft.Azure.Management.Reservations.Models.BillingInformation.BillingCurrencyProratedAmount" />
<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="billingCurrencyProratedAmount")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="billingCurrencyProratedAmount")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Reservations.Models.Price</ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BillingCurrencyRemainingCommitmentAmount">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Reservations.Models.Price BillingCurrencyRemainingCommitmentAmount { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Reservations.Models.Price BillingCurrencyRemainingCommitmentAmount" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Reservations.Models.BillingInformation.BillingCurrencyRemainingCommitmentAmount" />
<MemberSignature Language="VB.NET" Value="Public Property BillingCurrencyRemainingCommitmentAmount As Price" />
<MemberSignature Language="F#" Value="member this.BillingCurrencyRemainingCommitmentAmount : Microsoft.Azure.Management.Reservations.Models.Price with get, set" Usage="Microsoft.Azure.Management.Reservations.Models.BillingInformation.BillingCurrencyRemainingCommitmentAmount" />
<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="billingCurrencyRemainingCommitmentAmount")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="billingCurrencyRemainingCommitmentAmount")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Reservations.Models.Price</ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BillingCurrencyTotalPaidAmount">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Reservations.Models.Price BillingCurrencyTotalPaidAmount { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Reservations.Models.Price BillingCurrencyTotalPaidAmount" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Reservations.Models.BillingInformation.BillingCurrencyTotalPaidAmount" />
<MemberSignature Language="VB.NET" Value="Public Property BillingCurrencyTotalPaidAmount As Price" />
<MemberSignature Language="F#" Value="member this.BillingCurrencyTotalPaidAmount : Microsoft.Azure.Management.Reservations.Models.Price with get, set" Usage="Microsoft.Azure.Management.Reservations.Models.BillingInformation.BillingCurrencyTotalPaidAmount" />
<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="billingCurrencyTotalPaidAmount")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="billingCurrencyTotalPaidAmount")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Reservations.Models.Price</ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>