AzureFilesIdentityBasedAuthentication Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AzureFilesIdentityBasedAuthentication() |
Initializes a new instance of the AzureFilesIdentityBasedAuthentication class. |
AzureFilesIdentityBasedAuthentication(String, ActiveDirectoryProperties) |
Initializes a new instance of the AzureFilesIdentityBasedAuthentication class. |
AzureFilesIdentityBasedAuthentication()
Initializes a new instance of the AzureFilesIdentityBasedAuthentication class.
public AzureFilesIdentityBasedAuthentication ();
Public Sub New ()
Applies to
AzureFilesIdentityBasedAuthentication(String, ActiveDirectoryProperties)
Initializes a new instance of the AzureFilesIdentityBasedAuthentication class.
public AzureFilesIdentityBasedAuthentication (string directoryServiceOptions, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ActiveDirectoryProperties activeDirectoryProperties = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.AzureFilesIdentityBasedAuthentication : string * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ActiveDirectoryProperties -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.AzureFilesIdentityBasedAuthentication
Public Sub New (directoryServiceOptions As String, Optional activeDirectoryProperties As ActiveDirectoryProperties = Nothing)
Parameters
- directoryServiceOptions
- String
Indicates the directory service used. Possible values include: 'None', 'AADDS', 'AD'
- activeDirectoryProperties
- ActiveDirectoryProperties
Required if choose AD.