次の方法で共有


AzureFilesIdentityBasedAuthentication コンストラクター

定義

オーバーロード

AzureFilesIdentityBasedAuthentication()

AzureFilesIdentityBasedAuthentication クラスの新しいインスタンスを初期化します。

AzureFilesIdentityBasedAuthentication(String, ActiveDirectoryProperties, String)

AzureFilesIdentityBasedAuthentication クラスの新しいインスタンスを初期化します。

AzureFilesIdentityBasedAuthentication()

AzureFilesIdentityBasedAuthentication クラスの新しいインスタンスを初期化します。

public AzureFilesIdentityBasedAuthentication ();
Public Sub New ()

適用対象

AzureFilesIdentityBasedAuthentication(String, ActiveDirectoryProperties, String)

AzureFilesIdentityBasedAuthentication クラスの新しいインスタンスを初期化します。

public AzureFilesIdentityBasedAuthentication (string directoryServiceOptions, Microsoft.Azure.Management.Storage.Models.ActiveDirectoryProperties activeDirectoryProperties = default, string defaultSharePermission = default);
new Microsoft.Azure.Management.Storage.Models.AzureFilesIdentityBasedAuthentication : string * Microsoft.Azure.Management.Storage.Models.ActiveDirectoryProperties * string -> Microsoft.Azure.Management.Storage.Models.AzureFilesIdentityBasedAuthentication
Public Sub New (directoryServiceOptions As String, Optional activeDirectoryProperties As ActiveDirectoryProperties = Nothing, Optional defaultSharePermission As String = Nothing)

パラメーター

directoryServiceOptions
String

使用されるディレクトリ サービスを示します。 この列挙型は今後拡張される可能性があることに注意してください。 使用できる値は、'None'、'AADDS'、'AD'、'AADKERB' です。

activeDirectoryProperties
ActiveDirectoryProperties

directoryServiceOptions が AD の場合は必須、AADKERB の場合は省略可能です。

defaultSharePermission
String

RBAC ロールが割り当てられない場合、Kerberos 認証を使用するユーザーの既定の共有アクセス許可。 使用できる値は、'None'、'StorageFileDataSmbShareReader'、'StorageFileDataSmbShareContributor'、'StorageFileDataSmbShareElevatedContributor' です。

適用対象