ITargetRegion.EncryptionDataDiskImage Property

Definition

A list of encryption specifications for data disk images.

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="A list of encryption specifications for data disk images.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption) }, ReadOnly=false, Required=false, SerializedName="dataDiskImages")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[] EncryptionDataDiskImage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="A list of encryption specifications for data disk images.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption) }, ReadOnly=false, Required=false, SerializedName="dataDiskImages")>]
member this.EncryptionDataDiskImage : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[] with get, set
Public Property EncryptionDataDiskImage As IDataDiskImageEncryption()

Property Value

Attributes

Applies to