ArmHciModelFactory.HciSkuData 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 HciSkuData.
public static Azure.ResourceManager.Hci.HciSkuData HciSkuData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string provisioningState = default, string publisherId = default, string offerId = default, string content = default, string contentVersion = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.HciSkuMappings> skuMappings = default);
static member HciSkuData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * string * seq<Azure.ResourceManager.Hci.Models.HciSkuMappings> -> Azure.ResourceManager.Hci.HciSkuData
Public Shared Function HciSkuData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As String = Nothing, Optional publisherId As String = Nothing, Optional offerId As String = Nothing, Optional content As String = Nothing, Optional contentVersion As String = Nothing, Optional skuMappings As IEnumerable(Of HciSkuMappings) = Nothing) As HciSkuData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- String
Provisioning State.
- publisherId
- String
Identifier of the Publisher for the offer.
- offerId
- String
Identifier of the Offer for the sku.
- content
- String
JSON serialized catalog content of the sku offer.
- contentVersion
- String
The API version of the catalog service used to serve the catalog content.
- skuMappings
- IEnumerable<HciSkuMappings>
Array of SKU mappings.
Returns
A new HciSkuData instance for mocking.
Applies to
Azure SDK for .NET