你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmEdgeOrderModelFactory.ProductDetails 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 ProductDetails.
public static Azure.ResourceManager.EdgeOrder.Models.ProductDetails ProductDetails (Azure.ResourceManager.EdgeOrder.Models.ProductDisplayInfo displayInfo = default, Azure.ResourceManager.EdgeOrder.Models.HierarchyInformation hierarchyInformation = default, int? count = default, Azure.ResourceManager.EdgeOrder.Models.DoubleEncryptionStatus? productDoubleEncryptionStatus = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EdgeOrder.Models.EdgeOrderProductDeviceDetails> deviceDetails = default);
static member ProductDetails : Azure.ResourceManager.EdgeOrder.Models.ProductDisplayInfo * Azure.ResourceManager.EdgeOrder.Models.HierarchyInformation * Nullable<int> * Nullable<Azure.ResourceManager.EdgeOrder.Models.DoubleEncryptionStatus> * seq<Azure.ResourceManager.EdgeOrder.Models.EdgeOrderProductDeviceDetails> -> Azure.ResourceManager.EdgeOrder.Models.ProductDetails
Public Shared Function ProductDetails (Optional displayInfo As ProductDisplayInfo = Nothing, Optional hierarchyInformation As HierarchyInformation = Nothing, Optional count As Nullable(Of Integer) = Nothing, Optional productDoubleEncryptionStatus As Nullable(Of DoubleEncryptionStatus) = Nothing, Optional deviceDetails As IEnumerable(Of EdgeOrderProductDeviceDetails) = Nothing) As ProductDetails
Parameters
- displayInfo
- ProductDisplayInfo
Display details of the product.
- hierarchyInformation
- HierarchyInformation
Hierarchy of the product which uniquely identifies the product.
- productDoubleEncryptionStatus
- Nullable<DoubleEncryptionStatus>
Double encryption status of the configuration. Read-only field.
- deviceDetails
- IEnumerable<EdgeOrderProductDeviceDetails>
list of device details.
Returns
A new ProductDetails instance for mocking.