ArmDataMigrationModelFactory.AvailableServiceSku 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.
Initializes a new instance of AvailableServiceSku.
public static Azure.ResourceManager.DataMigration.Models.AvailableServiceSku AvailableServiceSku (string resourceType = default, Azure.ResourceManager.DataMigration.Models.AvailableServiceSkuSku sku = default, Azure.ResourceManager.DataMigration.Models.AvailableServiceSkuCapacity capacity = default);
static member AvailableServiceSku : string * Azure.ResourceManager.DataMigration.Models.AvailableServiceSkuSku * Azure.ResourceManager.DataMigration.Models.AvailableServiceSkuCapacity -> Azure.ResourceManager.DataMigration.Models.AvailableServiceSku
Public Shared Function AvailableServiceSku (Optional resourceType As String = Nothing, Optional sku As AvailableServiceSkuSku = Nothing, Optional capacity As AvailableServiceSkuCapacity = Nothing) As AvailableServiceSku
Parameters
- resourceType
- String
The resource type, including the provider namespace.
SKU name, tier, etc.
- capacity
- AvailableServiceSkuCapacity
A description of the scaling capacities of the SKU.
Returns
A new AvailableServiceSku instance for mocking.