DeletedStorageBundle コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DeletedStorageBundle() |
DeletedStorageBundle クラスの新しいインスタンスを初期化します。 |
DeletedStorageBundle(String, String, String, Nullable<Boolean>, String, StorageAccountAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>) |
DeletedStorageBundle クラスの新しいインスタンスを初期化します。 |
DeletedStorageBundle()
DeletedStorageBundle クラスの新しいインスタンスを初期化します。
public DeletedStorageBundle ();
Public Sub New ()
適用対象
DeletedStorageBundle(String, String, String, Nullable<Boolean>, String, StorageAccountAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>)
DeletedStorageBundle クラスの新しいインスタンスを初期化します。
public DeletedStorageBundle (string id = default, string resourceId = default, string activeKeyName = default, bool? autoRegenerateKey = default, string regenerationPeriod = default, Microsoft.Azure.KeyVault.Models.StorageAccountAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, string recoveryId = default, DateTime? scheduledPurgeDate = default, DateTime? deletedDate = default);
new Microsoft.Azure.KeyVault.Models.DeletedStorageBundle : string * string * string * Nullable<bool> * string * Microsoft.Azure.KeyVault.Models.StorageAccountAttributes * System.Collections.Generic.IDictionary<string, string> * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.KeyVault.Models.DeletedStorageBundle
Public Sub New (Optional id As String = Nothing, Optional resourceId As String = Nothing, Optional activeKeyName As String = Nothing, Optional autoRegenerateKey As Nullable(Of Boolean) = Nothing, Optional regenerationPeriod As String = Nothing, Optional attributes As StorageAccountAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional recoveryId As String = Nothing, Optional scheduledPurgeDate As Nullable(Of DateTime) = Nothing, Optional deletedDate As Nullable(Of DateTime) = Nothing)
パラメーター
- id
- String
ストレージ アカウント ID。
- resourceId
- String
ストレージ アカウントのリソース ID。
- activeKeyName
- String
現在アクティブなストレージ アカウント キー名。
- regenerationPeriod
- String
ISO-8601 形式で指定されたキーの再生成時間。
- attributes
- StorageAccountAttributes
ストレージ アカウントの属性。
- tags
- IDictionary<String,String>
キーと値のペアの形式のアプリケーション固有のメタデータ
- recoveryId
- String
削除されたストレージ アカウントを識別して回復するために使用される回復オブジェクトの URL。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET