次の方法で共有


StoragePermissionScope クラス

定義

StoragePermissionScope。

public class StoragePermissionScope
type StoragePermissionScope = class
Public Class StoragePermissionScope
継承
StoragePermissionScope

コンストラクター

StoragePermissionScope(String, String, String)

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

プロパティ

Permissions

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

ResourceName

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

Service

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

適用対象