Udostępnij za pośrednictwem


ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmDiscoveredProtectedVmDetails Method

Definition

Initializes a new instance of InMageRcmDiscoveredProtectedVmDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmDiscoveredProtectedVmDetails InMageRcmDiscoveredProtectedVmDetails (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? lastDiscoveryTimeInUtc = default);
static member InMageRcmDiscoveredProtectedVmDetails : string * string * seq<string> * seq<System.Net.IPAddress> * string * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<bool> * Nullable<DateTimeOffset> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmDiscoveredProtectedVmDetails
Public Shared Function InMageRcmDiscoveredProtectedVmDetails (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 lastDiscoveryTimeInUtc As Nullable(Of DateTimeOffset) = Nothing) As InMageRcmDiscoveredProtectedVmDetails

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.

isDeleted
Nullable<Boolean>

A value indicating whether the VM is deleted.

lastDiscoveryTimeInUtc
Nullable<DateTimeOffset>

The last time when SDS information discovered in SRS.

Returns

A new InMageRcmDiscoveredProtectedVmDetails instance for mocking.

Applies to