ArmHciModelFactory.HciClusterOfferData 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 HciClusterOfferData.
public static Azure.ResourceManager.Hci.HciClusterOfferData HciClusterOfferData (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 content = default, string contentVersion = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.HciSkuMappings> skuMappings = default);
static member HciClusterOfferData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * seq<Azure.ResourceManager.Hci.Models.HciSkuMappings> -> Azure.ResourceManager.Hci.HciClusterOfferData
Public Shared Function HciClusterOfferData (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 content As String = Nothing, Optional contentVersion As String = Nothing, Optional skuMappings As IEnumerable(Of HciSkuMappings) = Nothing) As HciClusterOfferData
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.
- content
- String
JSON serialized catalog content of the 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 HciClusterOfferData instance for mocking.