ArmPowerBIDedicatedModelFactory.AutoScaleVCorePatch 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.
public static Azure.ResourceManager.PowerBIDedicated.Models.AutoScaleVCorePatch AutoScaleVCorePatch(Azure.ResourceManager.PowerBIDedicated.Models.AutoScaleVCoreSku sku = default, System.Collections.Generic.IDictionary<string,string> tags = default, int? capacityLimit = default);
static member AutoScaleVCorePatch : Azure.ResourceManager.PowerBIDedicated.Models.AutoScaleVCoreSku * System.Collections.Generic.IDictionary<string, string> * Nullable<int> -> Azure.ResourceManager.PowerBIDedicated.Models.AutoScaleVCorePatch
Public Shared Function AutoScaleVCorePatch (Optional sku As AutoScaleVCoreSku = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional capacityLimit As Nullable(Of Integer) = Nothing) As AutoScaleVCorePatch
Parameters
The SKU of the auto scale v-core resource.
- tags
- IDictionary<String,String>
Key-value pairs of additional provisioning properties.
Returns
A new AutoScaleVCorePatch instance for mocking.