-
Notifications
You must be signed in to change notification settings - Fork 264
/
IVirtualMachineSizesOperations.xml
83 lines (83 loc) · 5.79 KB
/
IVirtualMachineSizesOperations.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
<Type Name="IVirtualMachineSizesOperations" FullName="Microsoft.Azure.Management.Compute.IVirtualMachineSizesOperations">
<TypeSignature Language="C#" Value="public interface IVirtualMachineSizesOperations" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IVirtualMachineSizesOperations" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Compute.IVirtualMachineSizesOperations" />
<TypeSignature Language="VB.NET" Value="Public Interface IVirtualMachineSizesOperations" />
<TypeSignature Language="F#" Value="type IVirtualMachineSizesOperations = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>45.0.0.1</AssemblyVersion>
<AssemblyVersion>46.0.0.0</AssemblyVersion>
<AssemblyVersion>47.0.0.0</AssemblyVersion>
<AssemblyVersion>48.0.0.0</AssemblyVersion>
<AssemblyVersion>49.0.0.0</AssemblyVersion>
<AssemblyVersion>49.1.0.0</AssemblyVersion>
<AssemblyVersion>49.2.0.0</AssemblyVersion>
<AssemblyVersion>50.0.0.0</AssemblyVersion>
<AssemblyVersion>51.0.0.0</AssemblyVersion>
<AssemblyVersion>52.0.0.0</AssemblyVersion>
<AssemblyVersion>53.0.0.0</AssemblyVersion>
<AssemblyVersion>54.0.0.0</AssemblyVersion>
<AssemblyVersion>55.0.0.0</AssemblyVersion>
<AssemblyVersion>56.0.0.0</AssemblyVersion>
<AssemblyVersion>57.0.0.0</AssemblyVersion>
<AssemblyVersion>58.0.0.0</AssemblyVersion>
<AssemblyVersion>59.0.0.0</AssemblyVersion>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>
VirtualMachineSizesOperations operations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="ListWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Compute.Models.VirtualMachineSize>>> ListWithHttpMessagesAsync (string location, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class System.Collections.Generic.IEnumerable`1<class Microsoft.Azure.Management.Compute.Models.VirtualMachineSize>>> ListWithHttpMessagesAsync(string location, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.IVirtualMachineSizesOperations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListWithHttpMessagesAsync (location As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IEnumerable(Of VirtualMachineSize)))" />
<MemberSignature Language="F#" Value="abstract member ListWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<seq<Microsoft.Azure.Management.Compute.Models.VirtualMachineSize>>>" Usage="iVirtualMachineSizesOperations.ListWithHttpMessagesAsync (location, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Compute.Models.VirtualMachineSize>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="location" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="location">
The location upon which virtual-machine-sizes is queried.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
This API is deprecated. Use [Resources
Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list)
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.Azure.CloudException">
Thrown when the operation returned an invalid status code
</exception>
<exception cref="T:Microsoft.Rest.SerializationException">
Thrown when unable to deserialize the response
</exception>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown when a required parameter is null
</exception>
</Docs>
</Member>
</Members>
</Type>