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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET