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
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- 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.