Dela via


ServicesOperationsExtensions.ListSkus Method

Definition

The services resource is the top-level resource that represents the Database Migration Service. The skus action returns the list of SKUs that a service resource can be updated to.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataMigration.Models.AvailableServiceSku> ListSkus (this Microsoft.Azure.Management.DataMigration.IServicesOperations operations, string groupName, string serviceName);
static member ListSkus : Microsoft.Azure.Management.DataMigration.IServicesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataMigration.Models.AvailableServiceSku>
<Extension()>
Public Function ListSkus (operations As IServicesOperations, groupName As String, serviceName As String) As IPage(Of AvailableServiceSku)

Parameters

operations
IServicesOperations

The operations group for this extension method.

groupName
String

Name of the resource group

serviceName
String

Name of the service

Returns

Applies to