Share via


FilesIdentityBasedAuthentication(DirectoryServiceOption) Constructor

Definition

Initializes a new instance of FilesIdentityBasedAuthentication.

public FilesIdentityBasedAuthentication (Azure.ResourceManager.Storage.Models.DirectoryServiceOption directoryServiceOptions);
new Azure.ResourceManager.Storage.Models.FilesIdentityBasedAuthentication : Azure.ResourceManager.Storage.Models.DirectoryServiceOption -> Azure.ResourceManager.Storage.Models.FilesIdentityBasedAuthentication
Public Sub New (directoryServiceOptions As DirectoryServiceOption)

Parameters

directoryServiceOptions
DirectoryServiceOption

Indicates the directory service used. Note that this enum may be extended in the future.

Applies to