-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathIWithBillingProfile.xml
49 lines (49 loc) · 3 KB
/
IWithBillingProfile.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
<Type Name="IWithBillingProfile" FullName="Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithBillingProfile">
<TypeSignature Language="C#" Value="public interface IWithBillingProfile" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithBillingProfile" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithBillingProfile" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithBillingProfile" />
<TypeSignature Language="F#" Value="type IWithBillingProfile = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>
The stage of the virtual machine scale set update to set the billing related details of the low priority virtual machines in the scale set.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithMaxPrice">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IUpdate WithMaxPrice (double? maxPrice);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IUpdate WithMaxPrice(valuetype System.Nullable`1<float64> maxPrice) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithBillingProfile.WithMaxPrice(System.Nullable{System.Double})" />
<MemberSignature Language="VB.NET" Value="Public Function WithMaxPrice (maxPrice As Nullable(Of Double)) As IUpdate" />
<MemberSignature Language="F#" Value="abstract member WithMaxPrice : Nullable<double> -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IUpdate" Usage="iWithBillingProfile.WithMaxPrice maxPrice" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IUpdate</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="maxPrice" Type="System.Nullable<System.Double>" />
</Parameters>
<Docs>
<param name="maxPrice">The maxPrice value.</param>
<summary>
Specifies the billing related details of the low priority virtual machines in the scale set.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the update.</return>
</Docs>
</Member>
</Members>
</Type>