Aracılığıyla paylaş


RunAsAccount Constructors

Definition

Overloads

RunAsAccount()

Initializes a new instance of the RunAsAccount class.

RunAsAccount(String, String)

Initializes a new instance of the RunAsAccount class.

RunAsAccount()

Initializes a new instance of the RunAsAccount class.

public RunAsAccount ();
Public Sub New ()

Applies to

RunAsAccount(String, String)

Initializes a new instance of the RunAsAccount class.

public RunAsAccount (string accountId = default, string accountName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RunAsAccount : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RunAsAccount
Public Sub New (Optional accountId As String = Nothing, Optional accountName As String = Nothing)

Parameters

accountId
String

The CS RunAs account Id.

accountName
String

The CS RunAs account name.

Applies to