IProductDetails.ProductDoubleEncryptionStatus Property
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.
Double encryption status of the configuration. Read-only field.
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Description="Double encryption status of the configuration. Read-only field.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.DoubleEncryptionStatus) }, ReadOnly=true, Required=false, SerializedName="productDoubleEncryptionStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.DoubleEncryptionStatus? ProductDoubleEncryptionStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Description="Double encryption status of the configuration. Read-only field.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.DoubleEncryptionStatus) }, ReadOnly=true, Required=false, SerializedName="productDoubleEncryptionStatus")>]
member this.ProductDoubleEncryptionStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.DoubleEncryptionStatus>
Public ReadOnly Property ProductDoubleEncryptionStatus As Nullable(Of DoubleEncryptionStatus)
Property Value
- Attributes