AzureFilesIdentityBasedAuthentication Class

  • java.lang.Object
    • com.microsoft.azure.management.storage.AzureFilesIdentityBasedAuthentication

public class AzureFilesIdentityBasedAuthentication

Settings for Azure Files identity based authentication.

Constructor Summary

Constructor Description
AzureFilesIdentityBasedAuthentication()

Method Summary

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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AzureFilesIdentityBasedAuthentication

public AzureFilesIdentityBasedAuthentication()

Method Details

activeDirectoryProperties

public ActiveDirectoryProperties activeDirectoryProperties()

Get required if choose AD.

Returns:

the activeDirectoryProperties value

directoryServiceOptions

public DirectoryServiceOptions directoryServiceOptions()

Get indicates the directory service used. Possible values include: 'None', 'AADDS', 'AD'.

Returns:

the directoryServiceOptions value

withActiveDirectoryProperties

public AzureFilesIdentityBasedAuthentication withActiveDirectoryProperties(ActiveDirectoryProperties activeDirectoryProperties)

Set required if choose AD.

Parameters:

activeDirectoryProperties - the activeDirectoryProperties value to set

Returns:

the AzureFilesIdentityBasedAuthentication object itself.

withDirectoryServiceOptions

public AzureFilesIdentityBasedAuthentication withDirectoryServiceOptions(DirectoryServiceOptions directoryServiceOptions)

Set indicates the directory service used. Possible values include: 'None', 'AADDS', 'AD'.

Parameters:

directoryServiceOptions - the directoryServiceOptions value to set

Returns:

the AzureFilesIdentityBasedAuthentication object itself.

Applies to