RunAsAccount Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.