ObjectIdentifier コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ObjectIdentifier() |
コンストラクターです。 |
ObjectIdentifier(String, String) |
コンストラクターです。 |
ObjectIdentifier(String, String, String, String) |
コンストラクターです。 |
ObjectIdentifier()
ObjectIdentifier(String, String)
コンストラクターです。
protected ObjectIdentifier (string collection, string identifier);
new Microsoft.Azure.KeyVault.ObjectIdentifier : string * string -> Microsoft.Azure.KeyVault.ObjectIdentifier
Protected Sub New (collection As String, identifier As String)
パラメーター
- collection
- String
オブジェクト コレクション ('keys'、'secrets'、'certificates' など)。
- identifier
- String
キー コンテナー オブジェクト識別子。
適用対象
ObjectIdentifier(String, String, String, String)
コンストラクターです。
protected ObjectIdentifier (string vaultBaseUrl, string collection, string name, string version = "");
new Microsoft.Azure.KeyVault.ObjectIdentifier : string * string * string * string -> Microsoft.Azure.KeyVault.ObjectIdentifier
Protected Sub New (vaultBaseUrl As String, collection As String, name As String, Optional version As String = "")
パラメーター
- vaultBaseUrl
- String
コンテナーのベース URL
- collection
- String
オブジェクト コレクション ('keys'、'secrets'、'certificates' など)。
- name
- String
オブジェクト名。
- version
- String
オブジェクトのバージョン。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET