public final class AzureFilesIdentityBasedAuthentication extends Object
| Constructor and Description |
|---|
AzureFilesIdentityBasedAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryProperties |
activeDirectoryProperties()
Get the activeDirectoryProperties property: Required if choose AD.
|
DirectoryServiceOptions |
directoryServiceOptions()
Get the directoryServiceOptions property: Indicates the directory service used.
|
void |
validate()
Validates the instance.
|
AzureFilesIdentityBasedAuthentication |
withActiveDirectoryProperties(ActiveDirectoryProperties activeDirectoryProperties)
Set the activeDirectoryProperties property: Required if choose AD.
|
AzureFilesIdentityBasedAuthentication |
withDirectoryServiceOptions(DirectoryServiceOptions directoryServiceOptions)
Set the directoryServiceOptions property: Indicates the directory service used.
|
public AzureFilesIdentityBasedAuthentication()
public DirectoryServiceOptions directoryServiceOptions()
public AzureFilesIdentityBasedAuthentication withDirectoryServiceOptions(DirectoryServiceOptions directoryServiceOptions)
directoryServiceOptions - the directoryServiceOptions value to set.public ActiveDirectoryProperties activeDirectoryProperties()
public AzureFilesIdentityBasedAuthentication withActiveDirectoryProperties(ActiveDirectoryProperties activeDirectoryProperties)
activeDirectoryProperties - the activeDirectoryProperties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.