CloudServiceVaultAndSecretReference Constructors

Definition

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