DeletedSasDefinitionBundle クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
削除された SAS 定義バンドルは、以前の ID、属性、およびそのタグ、および削除されるタイミングに関する情報で構成されます。
public class DeletedSasDefinitionBundle : Microsoft.Azure.KeyVault.Models.SasDefinitionBundle
type DeletedSasDefinitionBundle = class
inherit SasDefinitionBundle
Public Class DeletedSasDefinitionBundle
Inherits SasDefinitionBundle
- 継承
コンストラクター
DeletedSasDefinitionBundle() |
DeletedSasDefinitionBundle クラスの新しいインスタンスを初期化します。 |
DeletedSasDefinitionBundle(String, String, String, String, String, SasDefinitionAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>) |
DeletedSasDefinitionBundle クラスの新しいインスタンスを初期化します。 |
プロパティ
Attributes |
SAS 定義属性を取得します。 (継承元 SasDefinitionBundle) |
DeletedDate |
SAS 定義が削除された時刻 (UTC) を取得します |
Id |
SAS 定義 ID を取得します。 (継承元 SasDefinitionBundle) |
RecoveryId |
削除された SAS 定義を識別して回復するために使用される回復オブジェクトの URL を取得または設定します。 |
SasType |
SAS 定義によって作成される SAS トークンの種類を取得します。 使用可能な値は、'account'、'service' です。 (継承元 SasDefinitionBundle) |
ScheduledPurgeDate |
SAS 定義の消去がスケジュールされている時刻 (UTC) を取得します |
SecretId |
ストレージ アカウント SAS 定義のシークレット ID を取得します。 (継承元 SasDefinitionBundle) |
Tags |
キーと値のペアの形式でアプリケーション固有のメタデータを取得します (継承元 SasDefinitionBundle) |
TemplateUri |
任意のキーで署名された SAS 定義トークン テンプレートを取得します。 SAS 定義に従って作成されたトークンは、テンプレートと同じプロパティを持ちます。 (継承元 SasDefinitionBundle) |
ValidityPeriod |
SAS 定義に従って作成された SAS トークンの有効期間を取得します。 (継承元 SasDefinitionBundle) |
適用対象
Azure SDK for .NET