StoragePermissionScope(String, String, String) コンストラクター

定義

StoragePermissionScope の新しいインスタンスを初期化します。

public StoragePermissionScope (string permissions, string service, string resourceName);
new Azure.ResourceManager.Storage.Models.StoragePermissionScope : string * string * string -> Azure.ResourceManager.Storage.Models.StoragePermissionScope
Public Sub New (permissions As String, service As String, resourceName As String)

パラメーター

permissions
String

ローカル ユーザーのアクセス許可。 使用できる値は、Read (r)、Write (w)、Delete (d)、List (l)、Create (c) です。

service
String

ローカル ユーザーによって使用されるサービス (BLOB、ファイルなど)。

resourceName
String

ローカル ユーザーが使用するリソースの名前 (通常はコンテナー名またはファイル共有名)。

例外

permissionsservice、または resourceName が null です。

適用対象