VaultSecretGroup Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VaultSecretGroup() |
Initializes a new instance of the VaultSecretGroup class. |
VaultSecretGroup(SubResource, IList<VaultCertificate>) |
Initializes a new instance of the VaultSecretGroup class. |
VaultSecretGroup()
Initializes a new instance of the VaultSecretGroup class.
public VaultSecretGroup ();
Public Sub New ()
Applies to
VaultSecretGroup(SubResource, IList<VaultCertificate>)
Initializes a new instance of the VaultSecretGroup class.
public VaultSecretGroup (Microsoft.Azure.Management.Compute.Models.SubResource sourceVault = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VaultCertificate> vaultCertificates = default);
new Microsoft.Azure.Management.Compute.Models.VaultSecretGroup : Microsoft.Azure.Management.Compute.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VaultCertificate> -> Microsoft.Azure.Management.Compute.Models.VaultSecretGroup
Public Sub New (Optional sourceVault As SubResource = Nothing, Optional vaultCertificates As IList(Of VaultCertificate) = Nothing)
Parameters
- sourceVault
- SubResource
The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- vaultCertificates
- IList<VaultCertificate>
The list of key vault references in SourceVault which contain certificates.
Applies to
Azure SDK for .NET