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