ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmEventDetails 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 InMageRcmEventDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmEventDetails InMageRcmEventDetails (string protectedItemName = default, string vmName = default, string latestAgentVersion = default, Azure.Core.ResourceIdentifier jobId = default, string fabricName = default, string applianceName = default, string serverType = default, string componentDisplayName = default);
static member InMageRcmEventDetails : string * string * string * Azure.Core.ResourceIdentifier * string * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmEventDetails
Public Shared Function InMageRcmEventDetails (Optional protectedItemName As String = Nothing, Optional vmName As String = Nothing, Optional latestAgentVersion As String = Nothing, Optional jobId As ResourceIdentifier = Nothing, Optional fabricName As String = Nothing, Optional applianceName As String = Nothing, Optional serverType As String = Nothing, Optional componentDisplayName As String = Nothing) As InMageRcmEventDetails
Parameters
- protectedItemName
- String
The protected item name.
- vmName
- String
The protected item name.
- latestAgentVersion
- String
The latest agent version.
- jobId
- ResourceIdentifier
The job Id.
- fabricName
- String
The fabric name.
- applianceName
- String
The appliance name.
- serverType
- String
The server type.
- componentDisplayName
- String
The component display name.
Returns
A new InMageRcmEventDetails instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET