次の方法で共有


IWithAzureFilesAadIntegration.WithAzureFilesAadIntegrationEnabled メソッド

定義

Azure Files Aad 統合を有効にするかどうかを指定します。

public Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IUpdate WithAzureFilesAadIntegrationEnabled (bool enabled);
abstract member WithAzureFilesAadIntegrationEnabled : bool -> Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IUpdate
Public Function WithAzureFilesAadIntegrationEnabled (enabled As Boolean) As IUpdate

パラメーター

enabled
Boolean

Azure Files aad 統合が有効かどうか

戻り値

ストレージ アカウントの更新の次のステージ。

適用対象