Share via


ASRVaultCreds Constructors

Definition

Overloads

ASRVaultCreds()

Initializes a new instance of the ASRVaultCreds class.

ASRVaultCreds(String, String, String, AcsNamespace, String, String, String, String, String, String, String)

Initializes a new instance of the ASRVaultCreds class.

ASRVaultCreds()

Initializes a new instance of the ASRVaultCreds class.

public ASRVaultCreds ();
Public Sub New ()

Applies to

ASRVaultCreds(String, String, String, AcsNamespace, String, String, String, String, String, String, String)

Initializes a new instance of the ASRVaultCreds class.

public ASRVaultCreds (string subscriptionId, string resourceName, string managementCert, Microsoft.Azure.Portal.RecoveryServices.Models.Common.AcsNamespace acsNamespace, string channelIntegrityKey, string resourceGroupName, string siteId, string siteName, string resourceNamespace, string resourceType, string location);
new Microsoft.Azure.Portal.RecoveryServices.Models.Common.ASRVaultCreds : string * string * string * Microsoft.Azure.Portal.RecoveryServices.Models.Common.AcsNamespace * string * string * string * string * string * string * string -> Microsoft.Azure.Portal.RecoveryServices.Models.Common.ASRVaultCreds
Public Sub New (subscriptionId As String, resourceName As String, managementCert As String, acsNamespace As AcsNamespace, channelIntegrityKey As String, resourceGroupName As String, siteId As String, siteName As String, resourceNamespace As String, resourceType As String, location As String)

Parameters

subscriptionId
String

subscription Id

resourceName
String

resource name

managementCert
String

management cert

acsNamespace
AcsNamespace

authenticating service namespace

channelIntegrityKey
String

Agent Channel Integrity Key

resourceGroupName
String

cloud service name

siteId
String

custom site Id

siteName
String

custom site name

resourceNamespace
String

resource namespace

resourceType
String

resource type

location
String

vault location

Applies to