ArmEdgeOrderModelFactory.OrderItemPreferences 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.
public static Azure.ResourceManager.EdgeOrder.Models.OrderItemPreferences OrderItemPreferences(System.Collections.Generic.IEnumerable<Azure.ResourceManager.EdgeOrder.Models.NotificationPreference> notificationPreferences = default, Azure.ResourceManager.EdgeOrder.Models.TransportShipmentType? transportPreferencesPreferredShipmentType = default, Azure.ResourceManager.EdgeOrder.Models.DoubleEncryptionStatus? doubleEncryptionStatus = default, string preferredManagementResourceId = default, Azure.ResourceManager.EdgeOrder.Models.EdgeOrderTermCommitmentPreferences termCommitmentPreferences = default);
static member OrderItemPreferences : seq<Azure.ResourceManager.EdgeOrder.Models.NotificationPreference> * Nullable<Azure.ResourceManager.EdgeOrder.Models.TransportShipmentType> * Nullable<Azure.ResourceManager.EdgeOrder.Models.DoubleEncryptionStatus> * string * Azure.ResourceManager.EdgeOrder.Models.EdgeOrderTermCommitmentPreferences -> Azure.ResourceManager.EdgeOrder.Models.OrderItemPreferences
Public Shared Function OrderItemPreferences (Optional notificationPreferences As IEnumerable(Of NotificationPreference) = Nothing, Optional transportPreferencesPreferredShipmentType As Nullable(Of TransportShipmentType) = Nothing, Optional doubleEncryptionStatus As Nullable(Of DoubleEncryptionStatus) = Nothing, Optional preferredManagementResourceId As String = Nothing, Optional termCommitmentPreferences As EdgeOrderTermCommitmentPreferences = Nothing) As OrderItemPreferences
Parameters
- notificationPreferences
- IEnumerable<NotificationPreference>
Notification preferences.
- transportPreferencesPreferredShipmentType
- Nullable<TransportShipmentType>
Indicates Shipment Logistics type that the customer preferred.
- doubleEncryptionStatus
- Nullable<DoubleEncryptionStatus>
Double encryption status as entered by the customer. It is compulsory to give this parameter if the 'Deny' or 'Disabled' policy is configured.
- preferredManagementResourceId
- String
Customer preferred Management resource ARM ID.
- termCommitmentPreferences
- EdgeOrderTermCommitmentPreferences
Preferences related to the Term commitment.
Returns
A new OrderItemPreferences instance for mocking.