ISite.EndToEndEncryptionEnabled Property

Definition

Whether to use end to end encryption between the FrontEnd and the Worker

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Whether to use end to end encryption between the FrontEnd and the Worker", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="endToEndEncryptionEnabled", Update=true)]
public bool? EndToEndEncryptionEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Whether to use end to end encryption between the FrontEnd and the Worker", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="endToEndEncryptionEnabled", Update=true)>]
member this.EndToEndEncryptionEnabled : Nullable<bool> with get, set
Public Property EndToEndEncryptionEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to