Partager via


VaultCreds Constructors

Definition

Overloads

VaultCreds()

Initializes a new instance of the VaultCreds class.

VaultCreds(String, String, String, AcsNamespace, String)

Initializes a new instance of the VaultCreds class.

VaultCreds()

Initializes a new instance of the VaultCreds class.

public VaultCreds ();
Public Sub New ()

Applies to

VaultCreds(String, String, String, AcsNamespace, String)

Initializes a new instance of the VaultCreds class.

public VaultCreds (string subscriptionId, string resourceName, string managementCert, Microsoft.Azure.Portal.RecoveryServices.Models.Common.AcsNamespace acsNamespace, string resourceType = default);
new Microsoft.Azure.Portal.RecoveryServices.Models.Common.VaultCreds : string * string * string * Microsoft.Azure.Portal.RecoveryServices.Models.Common.AcsNamespace * string -> Microsoft.Azure.Portal.RecoveryServices.Models.Common.VaultCreds
Public Sub New (subscriptionId As String, resourceName As String, managementCert As String, acsNamespace As AcsNamespace, Optional resourceType As String = Nothing)

Parameters

subscriptionId
String

subscription Id

resourceName
String

resource name

managementCert
String

management cert

acsNamespace
AcsNamespace

authenticating service namespace

resourceType
String

resource type backup vault or ASR vault

Applies to