次の方法で共有


PermissionScope クラス

定義

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

コンストラクター

PermissionScope()

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

PermissionScope(String, String, String)

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

プロパティ

Permissions

ローカル ユーザーのアクセス許可を取得または設定します。 指定できる値は、Read (r)、Write (w)、Delete (d)、List (l)、Create (c) です。

ResourceName

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

Service

ローカル ユーザーによって使用されるサービス (BLOB、ファイルなど) を取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象