Compartir a través de


BatchExtensions.GetBatchSupportedCloudServiceSkusAsync Método

Definición

Obtiene la lista de tamaños de máquina virtual de servicio en la nube compatibles con Batch disponibles en la ubicación especificada.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus
  • IdLocation_ListSupportedCloudServiceSkus de operación
public static Azure.AsyncPageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku> GetBatchSupportedCloudServiceSkusAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, int? maxresults = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchSupportedCloudServiceSkusAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku>
<Extension()>
Public Function GetBatchSupportedCloudServiceSkusAsync (subscriptionResource As SubscriptionResource, locationName As AzureLocation, Optional maxresults As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BatchSupportedSku)

Parámetros

subscriptionResource
SubscriptionResource

Instancia SubscriptionResource en la que se ejecutará el método.

locationName
AzureLocation

Región para la que se recuperan las SKU compatibles con el servicio Batch.

maxresults
Nullable<Int32>

Número máximo de elementos que se van a devolver en la respuesta.

filter
String

Expresión de filtro de OData. Las propiedades válidas para el filtrado son "familyName".

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Colección asincrónica de que puede tomar varias solicitudes de BatchSupportedSku servicio para iterar.

Se aplica a