VaultCreds Constructors

Definition

Overloads

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

VaultCreds()

public VaultCreds ();
Public Sub New ()

Applies to

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

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
resourceName
String
managementCert
String
acsNamespace
AcsNamespace
resourceType
String

Applies to