次の方法で共有


StorageAccountUpdateParameters.EnableAzureFilesAadIntegration プロパティ

定義

設定が true の場合、SMB Azure Files AAD 統合を有効にします。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.azureFilesAadIntegration")]
public bool? EnableAzureFilesAadIntegration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.azureFilesAadIntegration")>]
member this.EnableAzureFilesAadIntegration : Nullable<bool> with get, set
Public Property EnableAzureFilesAadIntegration As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象