StorageAccountKey コンストラクター

定義

オーバーロード

StorageAccountKey()

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

StorageAccountKey(String, String, Nullable<KeyPermission>, Nullable<DateTime>)

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

StorageAccountKey()

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

public StorageAccountKey ();
Public Sub New ()

適用対象

StorageAccountKey(String, String, Nullable<KeyPermission>, Nullable<DateTime>)

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

public StorageAccountKey (string keyName = default, string value = default, Microsoft.Azure.Management.Storage.Models.KeyPermission? permissions = default, DateTime? creationTime = default);
new Microsoft.Azure.Management.Storage.Models.StorageAccountKey : string * string * Nullable<Microsoft.Azure.Management.Storage.Models.KeyPermission> * Nullable<DateTime> -> Microsoft.Azure.Management.Storage.Models.StorageAccountKey
Public Sub New (Optional keyName As String = Nothing, Optional value As String = Nothing, Optional permissions As Nullable(Of KeyPermission) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing)

パラメーター

keyName
String

キーの名前。

value
String

キーの Base 64 エンコード値。

permissions
Nullable<KeyPermission>

キーのアクセス許可 -- 読み取り専用または完全なアクセス許可。 使用可能な値は次のとおりです。

creationTime
Nullable<DateTime>

ラウンド トリップの日付形式でのキーの作成時刻。

適用対象