次の方法で共有


ServiceSasParameters コンストラクター

定義

オーバーロード

ServiceSasParameters()

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

ServiceSasParameters(String, SignedResource, Permissions, String, Nullable<HttpProtocol>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String, String, String, String, String, String, String)

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

ServiceSasParameters()

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

public ServiceSasParameters ();
Public Sub New ()

適用対象

ServiceSasParameters(String, SignedResource, Permissions, String, Nullable<HttpProtocol>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String, String, String, String, String, String, String)

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

public ServiceSasParameters (string canonicalizedResource, Microsoft.Azure.Management.Storage.Fluent.Models.SignedResource resource = default, Microsoft.Azure.Management.Storage.Fluent.Models.Permissions permissions = default, string iPAddressOrRange = default, Microsoft.Azure.Management.Storage.Fluent.Models.HttpProtocol? protocols = default, DateTime? sharedAccessStartTime = default, DateTime? sharedAccessExpiryTime = default, string identifier = default, string partitionKeyStart = default, string partitionKeyEnd = default, string rowKeyStart = default, string rowKeyEnd = default, string keyToSign = default, string cacheControl = default, string contentDisposition = default, string contentEncoding = default, string contentLanguage = default, string contentType = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.ServiceSasParameters : string * Microsoft.Azure.Management.Storage.Fluent.Models.SignedResource * Microsoft.Azure.Management.Storage.Fluent.Models.Permissions * string * Nullable<Microsoft.Azure.Management.Storage.Fluent.Models.HttpProtocol> * Nullable<DateTime> * Nullable<DateTime> * string * string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Storage.Fluent.Models.ServiceSasParameters
Public Sub New (canonicalizedResource As String, Optional resource As SignedResource = Nothing, Optional permissions As Permissions = Nothing, Optional iPAddressOrRange As String = Nothing, Optional protocols As Nullable(Of HttpProtocol) = Nothing, Optional sharedAccessStartTime As Nullable(Of DateTime) = Nothing, Optional sharedAccessExpiryTime As Nullable(Of DateTime) = Nothing, Optional identifier As String = Nothing, Optional partitionKeyStart As String = Nothing, Optional partitionKeyEnd As String = Nothing, Optional rowKeyStart As String = Nothing, Optional rowKeyEnd As String = Nothing, Optional keyToSign As String = Nothing, Optional cacheControl As String = Nothing, Optional contentDisposition As String = Nothing, Optional contentEncoding As String = Nothing, Optional contentLanguage As String = Nothing, Optional contentType As String = Nothing)

パラメーター

canonicalizedResource
String

署名されたリソースへの正規パス。

resource
SignedResource

サービス SAS でアクセスできる署名済みサービス。 使用できる値は、BLOB (b)、Container (c)、File (f)、Share (s) です。 使用できる値は、'b'、'c'、'f'、's' です。

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' です。

iPAddressOrRange
String

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

protocols
Nullable<HttpProtocol>

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

sharedAccessStartTime
Nullable<DateTime>

SAS が有効になる時刻。

sharedAccessExpiryTime
Nullable<DateTime>

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

identifier
String

コンテナー、キュー、またはテーブルに指定されているアクセス ポリシーに関連付ける一意の値 (最大 64 文字)。

partitionKeyStart
String

パーティション キーの開始。

partitionKeyEnd
String

パーティション キーの末尾。

rowKeyStart
String

行キーの先頭。

rowKeyEnd
String

行キーの末尾。

keyToSign
String

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

cacheControl
String

キャッシュ 制御の応答ヘッダーオーバーライド。

contentDisposition
String

コンテンツの処理に対する応答ヘッダーのオーバーライド。

contentEncoding
String

コンテンツ エンコードの応答ヘッダーオーバーライド。

contentLanguage
String

コンテンツ言語の応答ヘッダーのオーバーライド。

contentType
String

コンテンツ タイプの応答ヘッダーオーバーライド。

適用対象