Share via


ServiceFabricManagedNodeTypeData.IsEncryptionAtHostEnabled Property

Definition

Enable or disable the Host Encryption for the virtual machines on the node type. This will enable the encryption for all the disks including Resource/Temp disk at host itself. Default: The Encryption at host will be disabled unless this property is set to true for the resource.

public bool? IsEncryptionAtHostEnabled { get; set; }
member this.IsEncryptionAtHostEnabled : Nullable<bool> with get, set
Public Property IsEncryptionAtHostEnabled As Nullable(Of Boolean)

Property Value

Applies to