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

CloudServiceVaultSecretGroup 构造函数

定义

重载

CloudServiceVaultSecretGroup()

初始化 CloudServiceVaultSecretGroup 类的新实例。

CloudServiceVaultSecretGroup(SubResource, IList<CloudServiceVaultCertificate>)

初始化 CloudServiceVaultSecretGroup 类的新实例。

CloudServiceVaultSecretGroup()

初始化 CloudServiceVaultSecretGroup 类的新实例。

public CloudServiceVaultSecretGroup();
Public Sub New ()

适用于

CloudServiceVaultSecretGroup(SubResource, IList<CloudServiceVaultCertificate>)

初始化 CloudServiceVaultSecretGroup 类的新实例。

public CloudServiceVaultSecretGroup(Microsoft.Azure.Management.Compute.Models.SubResource sourceVault = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.CloudServiceVaultCertificate> vaultCertificates = default);
new Microsoft.Azure.Management.Compute.Models.CloudServiceVaultSecretGroup : Microsoft.Azure.Management.Compute.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.CloudServiceVaultCertificate> -> Microsoft.Azure.Management.Compute.Models.CloudServiceVaultSecretGroup
Public Sub New (Optional sourceVault As SubResource = Nothing, Optional vaultCertificates As IList(Of CloudServiceVaultCertificate) = Nothing)

参数

sourceVault
SubResource

包含 VaultCertificates 中所有证书的密钥保管库的相对 URL。

vaultCertificates
IList<CloudServiceVaultCertificate>

SourceVault 中包含证书的密钥保管库引用列表。

适用于