ArmRecoveryServicesSiteRecoveryModelFactory.InconsistentVmDetails 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 InconsistentVmDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InconsistentVmDetails InconsistentVmDetails (string vmName = default, string cloudName = default, System.Collections.Generic.IEnumerable<string> details = default, System.Collections.Generic.IEnumerable<string> errorIds = default);
static member InconsistentVmDetails : string * string * seq<string> * seq<string> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InconsistentVmDetails
Public Shared Function InconsistentVmDetails (Optional vmName As String = Nothing, Optional cloudName As String = Nothing, Optional details As IEnumerable(Of String) = Nothing, Optional errorIds As IEnumerable(Of String) = Nothing) As InconsistentVmDetails
Parameters
- vmName
- String
The Vm name.
- cloudName
- String
The Cloud name.
- details
- IEnumerable<String>
The list of details regarding state of the Protected Entity in SRS and On prem.
- errorIds
- IEnumerable<String>
The list of error ids.
Returns
A new InconsistentVmDetails instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET