次の方法で共有


VMwareRunAsAccount Constructors

Definition

Overloads

VMwareRunAsAccount()

Initializes a new instance of the VMwareRunAsAccount class.

VMwareRunAsAccount(String, String, String, VMwareRunAsAccountProperties)

Initializes a new instance of the VMwareRunAsAccount class.

VMwareRunAsAccount()

Initializes a new instance of the VMwareRunAsAccount class.

public VMwareRunAsAccount ();
Public Sub New ()

Applies to

VMwareRunAsAccount(String, String, String, VMwareRunAsAccountProperties)

Initializes a new instance of the VMwareRunAsAccount class.

public VMwareRunAsAccount (string id = default, string name = default, string type = default, Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareRunAsAccountProperties properties = default);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareRunAsAccount : string * string * string * Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareRunAsAccountProperties -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareRunAsAccount
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As VMwareRunAsAccountProperties = Nothing)

Parameters

id
String

RunAsAccount ARM Id.

name
String

RunAsAccount name.

type
String

Type of resource.

properties
VMwareRunAsAccountProperties

RunAsAccount properties.

Applies to