VMwareRunAsAccount 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
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.