IFabricProperties.EncryptionDetail 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.
Encryption details for the fabric.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Encryption details for the fabric.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IEncryptionDetails) }, ReadOnly=false, Required=false, SerializedName="encryptionDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IEncryptionDetails EncryptionDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Encryption details for the fabric.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IEncryptionDetails) }, ReadOnly=false, Required=false, SerializedName="encryptionDetails")>]
member this.EncryptionDetail : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IEncryptionDetails with get, set
Public Property EncryptionDetail As IEncryptionDetails
Property Value
- Attributes