public class AzureFilesIdentityBasedAuthentication extends Object
| Constructor and Description |
|---|
AzureFilesIdentityBasedAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryProperties |
activeDirectoryProperties()
Get required if choose AD.
|
DirectoryServiceOptions |
directoryServiceOptions()
Get indicates the directory service used.
|
AzureFilesIdentityBasedAuthentication |
withActiveDirectoryProperties(ActiveDirectoryProperties activeDirectoryProperties)
Set required if choose AD.
|
AzureFilesIdentityBasedAuthentication |
withDirectoryServiceOptions(DirectoryServiceOptions directoryServiceOptions)
Set indicates the directory service used.
|
public AzureFilesIdentityBasedAuthentication()
public DirectoryServiceOptions directoryServiceOptions()
public AzureFilesIdentityBasedAuthentication withDirectoryServiceOptions(DirectoryServiceOptions directoryServiceOptions)
directoryServiceOptions - the directoryServiceOptions value to setpublic ActiveDirectoryProperties activeDirectoryProperties()
public AzureFilesIdentityBasedAuthentication withActiveDirectoryProperties(ActiveDirectoryProperties activeDirectoryProperties)
activeDirectoryProperties - the activeDirectoryProperties value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/