BatchClient.GetSupportedVirtualMachineSku Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetSupportedVirtualMachineSku(String) | |
GetSupportedVirtualMachineSku(String, Nullable<Int32>, String) |
C#
public virtual System.Collections.Generic.List<Microsoft.Azure.Commands.Batch.Models.PSSupportedSku> GetSupportedVirtualMachineSku (string location);
abstract member GetSupportedVirtualMachineSku : string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Batch.Models.PSSupportedSku>
override this.GetSupportedVirtualMachineSku : string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Batch.Models.PSSupportedSku>
Public Overridable Function GetSupportedVirtualMachineSku (location As String) As List(Of PSSupportedSku)
Parameters
- location
- String
Returns
Applies to
Azure - PowerShell Commands Latest และ Azure - PowerShell Commands 12 (LTS)
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
C#
public virtual System.Collections.Generic.List<Microsoft.Azure.Commands.Batch.Models.PSSupportedSku> GetSupportedVirtualMachineSku (string location, int? maxResultCount, string filter);
abstract member GetSupportedVirtualMachineSku : string * Nullable<int> * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Batch.Models.PSSupportedSku>
override this.GetSupportedVirtualMachineSku : string * Nullable<int> * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Batch.Models.PSSupportedSku>
Public Overridable Function GetSupportedVirtualMachineSku (location As String, maxResultCount As Nullable(Of Integer), filter As String) As List(Of PSSupportedSku)
Parameters
- location
- String
- filter
- String
Returns
Applies to
Azure - PowerShell Commands Latest และ Azure - PowerShell Commands 12 (LTS)
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |