你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KeyVaultAndKeyReference Constructors

Definition

Overloads

KeyVaultAndKeyReference()
KeyVaultAndKeyReference(SourceVault, String)

KeyVaultAndKeyReference()

public KeyVaultAndKeyReference ();
Public Sub New ()

Applies to

KeyVaultAndKeyReference(SourceVault, String)

public KeyVaultAndKeyReference (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SourceVault sourceVault, string keyUrl);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultAndKeyReference : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SourceVault * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultAndKeyReference
Public Sub New (sourceVault As SourceVault, keyUrl As String)

Parameters

sourceVault
SourceVault
keyUrl
String

Applies to