ArmEdgeOrderModelFactory.ProductLine 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 ProductLine.
public static Azure.ResourceManager.EdgeOrder.Models.ProductLine ProductLine (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.EdgeOrderProduct> products = default);
static member ProductLine : 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.EdgeOrderProduct> -> Azure.ResourceManager.EdgeOrder.Models.ProductLine
Public Shared Function ProductLine (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 products As IEnumerable(Of EdgeOrderProduct) = Nothing) As ProductLine
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.
- products
- IEnumerable<EdgeOrderProduct>
List of products in the product line.
Returns
A new ProductLine instance for mocking.
Applies to
Azure SDK for .NET