ArmFabricModelFactory.FabricSkuDetailsForNewCapacity 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 FabricSkuDetailsForNewCapacity.
public static Azure.ResourceManager.Fabric.Models.FabricSkuDetailsForNewCapacity FabricSkuDetailsForNewCapacity (string resourceType = default, string name = default, System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> locations = default);
static member FabricSkuDetailsForNewCapacity : string * string * seq<Azure.Core.AzureLocation> -> Azure.ResourceManager.Fabric.Models.FabricSkuDetailsForNewCapacity
Public Shared Function FabricSkuDetailsForNewCapacity (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional locations As IEnumerable(Of AzureLocation) = Nothing) As FabricSkuDetailsForNewCapacity
Parameters
- resourceType
- String
The resource type.
- name
- String
The SKU's name.
- locations
- IEnumerable<AzureLocation>
The list of available locations for the SKU.
Returns
A new FabricSkuDetailsForNewCapacity instance for mocking.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET