| Modifier and Type | Field and Description |
|---|---|
static DirectoryServiceOptions |
DirectoryServiceOptions.AADDS
Static value AADDS for DirectoryServiceOptions.
|
static DirectoryServiceOptions |
DirectoryServiceOptions.AD
Static value AD for DirectoryServiceOptions.
|
static DirectoryServiceOptions |
DirectoryServiceOptions.NONE
Static value None for DirectoryServiceOptions.
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryServiceOptions |
AzureFilesIdentityBasedAuthentication.directoryServiceOptions()
Get indicates the directory service used.
|
static DirectoryServiceOptions |
DirectoryServiceOptions.fromString(String name)
Creates or finds a DirectoryServiceOptions from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<DirectoryServiceOptions> |
DirectoryServiceOptions.values() |
| Modifier and Type | Method and Description |
|---|---|
AzureFilesIdentityBasedAuthentication |
AzureFilesIdentityBasedAuthentication.withDirectoryServiceOptions(DirectoryServiceOptions directoryServiceOptions)
Set indicates the directory service used.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/