共用方式為


IWithAzureFilesAadIntegration.WithAzureFilesAadIntegrationEnabled Method

Definition

Specifies whether Azure files Aad integration will be enabled or not.

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

Parameters

enabled
Boolean

Whether Azure files aad integration is enabled or not

Returns

The next stage of the storage account update.

Applies to