ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmFailbackEventDetails 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 InMageRcmFailbackEventDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackEventDetails InMageRcmFailbackEventDetails (string protectedItemName = default, string vmName = default, string applianceName = default, string serverType = default, string componentDisplayName = default);
static member InMageRcmFailbackEventDetails : string * string * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackEventDetails
Public Shared Function InMageRcmFailbackEventDetails (Optional protectedItemName As String = Nothing, Optional vmName As String = Nothing, Optional applianceName As String = Nothing, Optional serverType As String = Nothing, Optional componentDisplayName As String = Nothing) As InMageRcmFailbackEventDetails
Parameters
- protectedItemName
- String
The protected item name.
- vmName
- String
The protected item name.
- applianceName
- String
The appliance name.
- serverType
- String
The server type.
- componentDisplayName
- String
The component display name.
Returns
A new InMageRcmFailbackEventDetails 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