CloudServiceVaultSecretGroup 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
CloudServiceVaultSecretGroup() |
Initializes a new instance of the CloudServiceVaultSecretGroup class. |
CloudServiceVaultSecretGroup(SubResource, IList<CloudServiceVaultCertificate>) |
Initializes a new instance of the CloudServiceVaultSecretGroup class. |
CloudServiceVaultSecretGroup()
Initializes a new instance of the CloudServiceVaultSecretGroup class.
public CloudServiceVaultSecretGroup ();
Public Sub New ()
Applies to
CloudServiceVaultSecretGroup(SubResource, IList<CloudServiceVaultCertificate>)
Initializes a new instance of the CloudServiceVaultSecretGroup class.
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)
Parameters
- sourceVault
- SubResource
The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
- vaultCertificates
- IList<CloudServiceVaultCertificate>
The list of key vault references in SourceVault which contain certificates.
Applies to
Azure SDK for .NET