次の方法で共有


AccountSasParameters コンストラクター

定義

オーバーロード

AccountSasParameters()

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

AccountSasParameters(Services, SignedResourceTypes, Permissions, DateTime, String, Nullable<HttpProtocol>, Nullable<DateTime>, String)

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

AccountSasParameters()

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

public AccountSasParameters ();
Public Sub New ()

適用対象

AccountSasParameters(Services, SignedResourceTypes, Permissions, DateTime, String, Nullable<HttpProtocol>, Nullable<DateTime>, String)

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

public AccountSasParameters (Microsoft.Azure.Management.Storage.Fluent.Models.Services services, Microsoft.Azure.Management.Storage.Fluent.Models.SignedResourceTypes resourceTypes, Microsoft.Azure.Management.Storage.Fluent.Models.Permissions permissions, DateTime sharedAccessExpiryTime, string iPAddressOrRange = default, Microsoft.Azure.Management.Storage.Fluent.Models.HttpProtocol? protocols = default, DateTime? sharedAccessStartTime = default, string keyToSign = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.AccountSasParameters : Microsoft.Azure.Management.Storage.Fluent.Models.Services * Microsoft.Azure.Management.Storage.Fluent.Models.SignedResourceTypes * Microsoft.Azure.Management.Storage.Fluent.Models.Permissions * DateTime * string * Nullable<Microsoft.Azure.Management.Storage.Fluent.Models.HttpProtocol> * Nullable<DateTime> * string -> Microsoft.Azure.Management.Storage.Fluent.Models.AccountSasParameters
Public Sub New (services As Services, resourceTypes As SignedResourceTypes, permissions As Permissions, sharedAccessExpiryTime As DateTime, Optional iPAddressOrRange As String = Nothing, Optional protocols As Nullable(Of HttpProtocol) = Nothing, Optional sharedAccessStartTime As Nullable(Of DateTime) = Nothing, Optional keyToSign As String = Nothing)

パラメーター

services
Services

アカウント SAS でアクセスできる署名済みサービス。 使用できる値は、BLOB (b)、Queue (q)、Table (t)、File (f) です。 使用できる値は、'b'、'q'、't'、'f' です。

resourceTypes
SignedResourceTypes

アカウント SAS でアクセスできる署名付きリソースの種類。 サービス:サービス レベル API へのアクセス。コンテナー (c): コンテナー レベルの API へのアクセス。オブジェクト (o): BLOB、キュー メッセージ、テーブル エンティティ、およびファイルのオブジェクト レベル API へのアクセス。 使用できる値は、's'、'c'、'o' です。

permissions
Permissions

アカウント SAS の署名済みアクセス許可。 指定できる値は、読み取り (r)、Write (w)、Delete (d)、List (l)、Add (a)、Create (c)、Update (u)、Process (p) です。 指定できる値は、'r'、'd'、'w'、'l'、'a'、'c'、'u'、'p' です。

sharedAccessExpiryTime
DateTime

共有アクセス署名が無効になる時刻。

iPAddressOrRange
String

要求を受け入れる IP アドレスまたは IP アドレスの範囲。

protocols
Nullable<HttpProtocol>

アカウント SAS で行われた要求に対して許可されるプロトコル。 使用可能な値は、'https,http','https' です。

sharedAccessStartTime
Nullable<DateTime>

SAS が有効になる時刻。

keyToSign
String

アカウント SAS トークンに署名するキー。

適用対象