EventGridModelFactory.AvsClusterUpdatingEventData 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 AvsClusterUpdatingEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AvsClusterUpdatingEventData AvsClusterUpdatingEventData (string operationId = default, System.Collections.Generic.IEnumerable<string> addedHostNames = default, System.Collections.Generic.IEnumerable<string> removedHostNames = default, System.Collections.Generic.IEnumerable<string> inMaintenanceHostNames = default);
static member AvsClusterUpdatingEventData : string * seq<string> * seq<string> * seq<string> -> Azure.Messaging.EventGrid.SystemEvents.AvsClusterUpdatingEventData
Public Shared Function AvsClusterUpdatingEventData (Optional operationId As String = Nothing, Optional addedHostNames As IEnumerable(Of String) = Nothing, Optional removedHostNames As IEnumerable(Of String) = Nothing, Optional inMaintenanceHostNames As IEnumerable(Of String) = Nothing) As AvsClusterUpdatingEventData
Parameters
- operationId
- String
Id of the operation that caused this event.
- addedHostNames
- IEnumerable<String>
Hosts added to the cluster in this event, if any.
- removedHostNames
- IEnumerable<String>
Hosts removed to the cluster in this event, if any.
- inMaintenanceHostNames
- IEnumerable<String>
Hosts in Maintenance mode in the cluster, if any.
Returns
A new AvsClusterUpdatingEventData instance for mocking.
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