ArmEdgeOrderModelFactory.ProductConfiguration 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 ProductConfiguration.
public static Azure.ResourceManager.EdgeOrder.Models.ProductConfiguration ProductConfiguration (string displayName = default, Azure.ResourceManager.EdgeOrder.Models.ProductDescription description = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EdgeOrder.Models.EdgeOrderProductImageInformation> imageInformation = default, Azure.ResourceManager.EdgeOrder.Models.EdgeOrderProductCostInformation costInformation = default, Azure.ResourceManager.EdgeOrder.Models.ProductAvailabilityInformation availabilityInformation = default, Azure.ResourceManager.EdgeOrder.Models.HierarchyInformation hierarchyInformation = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EdgeOrder.Models.FilterableProperty> filterableProperties = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EdgeOrder.Models.ProductSpecification> specifications = default, Azure.ResourceManager.EdgeOrder.Models.ProductDimensions dimensions = default);
static member ProductConfiguration : string * Azure.ResourceManager.EdgeOrder.Models.ProductDescription * seq<Azure.ResourceManager.EdgeOrder.Models.EdgeOrderProductImageInformation> * Azure.ResourceManager.EdgeOrder.Models.EdgeOrderProductCostInformation * Azure.ResourceManager.EdgeOrder.Models.ProductAvailabilityInformation * Azure.ResourceManager.EdgeOrder.Models.HierarchyInformation * seq<Azure.ResourceManager.EdgeOrder.Models.FilterableProperty> * seq<Azure.ResourceManager.EdgeOrder.Models.ProductSpecification> * Azure.ResourceManager.EdgeOrder.Models.ProductDimensions -> Azure.ResourceManager.EdgeOrder.Models.ProductConfiguration
Public Shared Function ProductConfiguration (Optional displayName As String = Nothing, Optional description As ProductDescription = Nothing, Optional imageInformation As IEnumerable(Of EdgeOrderProductImageInformation) = Nothing, Optional costInformation As EdgeOrderProductCostInformation = Nothing, Optional availabilityInformation As ProductAvailabilityInformation = Nothing, Optional hierarchyInformation As HierarchyInformation = Nothing, Optional filterableProperties As IEnumerable(Of FilterableProperty) = Nothing, Optional specifications As IEnumerable(Of ProductSpecification) = Nothing, Optional dimensions As ProductDimensions = Nothing) As ProductConfiguration
Parameters
- displayName
- String
Display Name for the product system.
- description
- ProductDescription
Description related to the product system.
- imageInformation
- IEnumerable<EdgeOrderProductImageInformation>
Image information for the product system.
- costInformation
- EdgeOrderProductCostInformation
Cost information for the product system.
- availabilityInformation
- ProductAvailabilityInformation
Availability information of the product system.
- hierarchyInformation
- HierarchyInformation
Hierarchy information of a product.
- filterableProperties
- IEnumerable<FilterableProperty>
list of filters supported for a product.
- specifications
- IEnumerable<ProductSpecification>
Specifications of the configuration.
- dimensions
- ProductDimensions
Dimensions of the configuration.
Returns
A new ProductConfiguration instance for mocking.
Applies to
Azure SDK for .NET