CloudServiceVaultAndSecretReference 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
CloudServiceVaultAndSecretReference() |
Initializes a new instance of the CloudServiceVaultAndSecretReference class. |
CloudServiceVaultAndSecretReference(SubResource, String) |
Initializes a new instance of the CloudServiceVaultAndSecretReference class. |
CloudServiceVaultAndSecretReference()
Initializes a new instance of the CloudServiceVaultAndSecretReference class.
public CloudServiceVaultAndSecretReference ();
Public Sub New ()
Applies to
CloudServiceVaultAndSecretReference(SubResource, String)
Initializes a new instance of the CloudServiceVaultAndSecretReference class.
public CloudServiceVaultAndSecretReference (Microsoft.Azure.Management.Compute.Models.SubResource sourceVault = default, string secretUrl = default);
new Microsoft.Azure.Management.Compute.Models.CloudServiceVaultAndSecretReference : Microsoft.Azure.Management.Compute.Models.SubResource * string -> Microsoft.Azure.Management.Compute.Models.CloudServiceVaultAndSecretReference
Public Sub New (Optional sourceVault As SubResource = Nothing, Optional secretUrl As String = Nothing)
Parameters
- sourceVault
- SubResource
The ARM Resource ID of the Key Vault
- secretUrl
- String
Secret URL which contains the protected settings of the extension
Applies to
Azure SDK for .NET