ArmPowerBIDedicatedModelFactory.SkuDetails(String, CapacitySku) 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 SkuDetails.
public static Azure.ResourceManager.PowerBIDedicated.Models.SkuDetails SkuDetails (string resourceType = default, Azure.ResourceManager.PowerBIDedicated.Models.CapacitySku sku = default);
static member SkuDetails : string * Azure.ResourceManager.PowerBIDedicated.Models.CapacitySku -> Azure.ResourceManager.PowerBIDedicated.Models.SkuDetails
Public Shared Function SkuDetails (Optional resourceType As String = Nothing, Optional sku As CapacitySku = Nothing) As SkuDetails
Parameters
- resourceType
- String
The resource type.
- sku
- CapacitySku
The SKU in SKU details for existing resources.
Returns
A new SkuDetails instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET