ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmFailbackDiscoveredProtectedVmDetails 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.
Initializes a new instance of InMageRcmFailbackDiscoveredProtectedVmDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackDiscoveredProtectedVmDetails InMageRcmFailbackDiscoveredProtectedVmDetails (string vCenterId = default, string vCenterFqdn = default, System.Collections.Generic.IEnumerable<string> datastores = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> ipAddresses = default, string vmwareToolsStatus = default, string powerStatus = default, string vmFqdn = default, string osName = default, DateTimeOffset? createdOn = default, DateTimeOffset? updatedOn = default, bool? isDeleted = default, DateTimeOffset? lastDiscoveredOn = default);
static member InMageRcmFailbackDiscoveredProtectedVmDetails : string * string * seq<string> * seq<System.Net.IPAddress> * string * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<bool> * Nullable<DateTimeOffset> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackDiscoveredProtectedVmDetails
Public Shared Function InMageRcmFailbackDiscoveredProtectedVmDetails (Optional vCenterId As String = Nothing, Optional vCenterFqdn As String = Nothing, Optional datastores As IEnumerable(Of String) = Nothing, Optional ipAddresses As IEnumerable(Of IPAddress) = Nothing, Optional vmwareToolsStatus As String = Nothing, Optional powerStatus As String = Nothing, Optional vmFqdn As String = Nothing, Optional osName As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional isDeleted As Nullable(Of Boolean) = Nothing, Optional lastDiscoveredOn As Nullable(Of DateTimeOffset) = Nothing) As InMageRcmFailbackDiscoveredProtectedVmDetails
Parameters
- vCenterId
- String
The VCenter Id.
- vCenterFqdn
- String
The VCenter fqdn.
- datastores
- IEnumerable<String>
The list of datastores.
- ipAddresses
- IEnumerable<IPAddress>
The list of IP addresses.
- vmwareToolsStatus
- String
The VMware tools status.
- powerStatus
- String
The VM power status.
- vmFqdn
- String
The VM fqdn.
- osName
- String
The VM's OS name.
- createdOn
- Nullable<DateTimeOffset>
The SDS created timestamp.
- updatedOn
- Nullable<DateTimeOffset>
The SDS updated timestamp.
- lastDiscoveredOn
- Nullable<DateTimeOffset>
The last time when SDS information discovered in SRS.
Returns
A new InMageRcmFailbackDiscoveredProtectedVmDetails instance for mocking.
Applies to
Azure SDK for .NET