PSAsrFabricDiscoveryClient.GetAzureSiteRecoveryRunAsAccounts(String) Method
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.
Gets Azure Site Recovery RunAsAccounts.
public System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareRunAsAccount> GetAzureSiteRecoveryRunAsAccounts (string siteId);
member this.GetAzureSiteRecoveryRunAsAccounts : string -> System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareRunAsAccount>
Public Function GetAzureSiteRecoveryRunAsAccounts (siteId As String) As List(Of VMwareRunAsAccount)
Parameters
- siteId
- String
Site Id.
Returns
The list of run as accounts.