DeviceRolloverDetails Class
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.
The additional device details for the service data encryption key rollover.
public class DeviceRolloverDetails
type DeviceRolloverDetails = class
Public Class DeviceRolloverDetails
- Inheritance
-
DeviceRolloverDetails
Constructors
DeviceRolloverDetails() |
Initializes a new instance of the DeviceRolloverDetails class. |
DeviceRolloverDetails(Nullable<AuthorizationEligibility>, Nullable<AuthorizationStatus>, Nullable<InEligibilityCategory>) |
Initializes a new instance of the DeviceRolloverDetails class. |
Properties
AuthorizationEligibility |
Gets or sets the eligibility status of device for service data encryption key rollover. Possible values include: 'InEligible', 'Eligible' |
AuthorizationStatus |
Gets or sets the authorization status of the device for service data encryption key rollover. Possible values include: 'Disabled', 'Enabled' |
InEligibilityReason |
Gets or sets the reason for inEligibility of device, in case it's not eligible for service data encryption key rollover. Possible values include: 'DeviceNotOnline', 'NotSupportedAppliance', 'RolloverPending' |
Applies to
Azure SDK for .NET