ObjectIdentifier コンストラクター

定義

オーバーロード

ObjectIdentifier()

コンストラクターです。

ObjectIdentifier(String, String)

コンストラクターです。

ObjectIdentifier(String, String, String, String)

コンストラクターです。

ObjectIdentifier()

ソース:
ObjectIdentifier.cs

コンストラクターです。

protected ObjectIdentifier ();
Protected Sub New ()

適用対象

ObjectIdentifier(String, String)

ソース:
ObjectIdentifier.cs

コンストラクターです。

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)

ソース:
ObjectIdentifier.cs

コンストラクターです。

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

オブジェクトのバージョン。

適用対象