PSAsrFabricDiscoveryClient.GetAzureSiteRecoveryDiscoveredMachines 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 discovered machine details.
public System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareMachine> GetAzureSiteRecoveryDiscoveredMachines (string siteId, string friendlyName = default);
member this.GetAzureSiteRecoveryDiscoveredMachines : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareMachine>
Public Function GetAzureSiteRecoveryDiscoveredMachines (siteId As String, Optional friendlyName As String = Nothing) As List(Of VMwareMachine)
Parameters
- siteId
- String
Site Id.
- friendlyName
- String
The friendly name.
Returns
The list of discovered machines.