ArmRecoveryServicesSiteRecoveryModelFactory.InMageAzureV2EventDetails 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 InMageAzureV2EventDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageAzureV2EventDetails InMageAzureV2EventDetails (string eventType = default, string category = default, string component = default, string correctiveAction = default, string details = default, string summary = default, string siteName = default);
static member InMageAzureV2EventDetails : string * string * string * string * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageAzureV2EventDetails
Public Shared Function InMageAzureV2EventDetails (Optional eventType As String = Nothing, Optional category As String = Nothing, Optional component As String = Nothing, Optional correctiveAction As String = Nothing, Optional details As String = Nothing, Optional summary As String = Nothing, Optional siteName As String = Nothing) As InMageAzureV2EventDetails
Parameters
- eventType
- String
InMage Event type. Takes one of the values of InMageDataContract.InMageMonitoringEventType.
- category
- String
InMage Event Category.
- component
- String
InMage Event Component.
- correctiveAction
- String
Corrective Action string for the event.
- details
- String
InMage Event Details.
- summary
- String
InMage Event Summary.
- siteName
- String
VMware Site name.
Returns
A new InMageAzureV2EventDetails 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