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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET