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