AvsClusterEventData Class
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.
Schema of the Data property of an EventGridEvent for Microsoft.AVS/clusters events.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AvsClusterEventData+AvsClusterEventDataConverter))]
public class AvsClusterEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AvsClusterEventData+AvsClusterEventDataConverter))>]
type AvsClusterEventData = class
Public Class AvsClusterEventData
- Inheritance
-
AvsClusterEventData
- Derived
- Attributes
Properties
AddedHostNames |
Hosts added to the cluster in this event, if any. |
InMaintenanceHostNames |
Hosts in Maintenance mode in the cluster, if any. |
OperationId |
Id of the operation that caused this event. |
RemovedHostNames |
Hosts removed to the cluster in this event, if any. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET