BatchClient.GetSupportedVirtualMachineSku Method

Definition

Overloads

GetSupportedVirtualMachineSku(String)
GetSupportedVirtualMachineSku(String, Nullable<Int32>, String)

GetSupportedVirtualMachineSku(String)

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

GetSupportedVirtualMachineSku(String, Nullable<Int32>, String)

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
maxResultCount
Nullable<Int32>
filter
String

Returns

Applies to