次の方法で共有


IStorageAccountPropertiesCreateParameters.FileEnabled Property

Definition

A boolean indicating whether or not the service encrypts the data as it is stored.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="A boolean indicating whether or not the service encrypts the data as it is stored.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enabled")]
public bool? FileEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="A boolean indicating whether or not the service encrypts the data as it is stored.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enabled")>]
member this.FileEnabled : Nullable<bool> with get, set
Public Property FileEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to