BatchClient.GetSupportedVirtualMachineSku Method
Definition
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.
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
- filter
- String