| Modifier and Type | Method and Description |
|---|---|
AzureFilesIdentityBasedAuthentication |
StorageAccountUpdateParameters.azureFilesIdentityBasedAuthentication()
Get provides the identity based authentication settings for Azure Files.
|
AzureFilesIdentityBasedAuthentication |
StorageAccountCreateParameters.azureFilesIdentityBasedAuthentication()
Get provides the identity based authentication settings for Azure Files.
|
AzureFilesIdentityBasedAuthentication |
AzureFilesIdentityBasedAuthentication.withActiveDirectoryProperties(ActiveDirectoryProperties activeDirectoryProperties)
Set required if choose AD.
|
AzureFilesIdentityBasedAuthentication |
AzureFilesIdentityBasedAuthentication.withDirectoryServiceOptions(DirectoryServiceOptions directoryServiceOptions)
Set indicates the directory service used.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication)
Set provides the identity based authentication settings for Azure Files.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withAzureFilesIdentityBasedAuthentication(AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication)
Set provides the identity based authentication settings for Azure Files.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/