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

KeyVaultKeyReference Constructors

Definition

Overloads

KeyVaultKeyReference()
KeyVaultKeyReference(String, SubResource)

KeyVaultKeyReference()

public KeyVaultKeyReference ();
Public Sub New ()

Applies to

KeyVaultKeyReference(String, SubResource)

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

Parameters

keyUrl
String
sourceVault
SubResource

Applies to