Share via


EventGridModelFactory.ApiManagementGatewayHostnameConfigurationUpdatedEventData Method

Definition

public static Azure.Messaging.EventGrid.SystemEvents.ApiManagementGatewayHostnameConfigurationUpdatedEventData ApiManagementGatewayHostnameConfigurationUpdatedEventData (string resourceUri = default);
static member ApiManagementGatewayHostnameConfigurationUpdatedEventData : string -> Azure.Messaging.EventGrid.SystemEvents.ApiManagementGatewayHostnameConfigurationUpdatedEventData
Public Shared Function ApiManagementGatewayHostnameConfigurationUpdatedEventData (Optional resourceUri As String = Nothing) As ApiManagementGatewayHostnameConfigurationUpdatedEventData

Parameters

resourceUri
String

The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, /subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/hostnameConfigurations/<ResourceName>.

Returns

A new ApiManagementGatewayHostnameConfigurationUpdatedEventData instance for mocking.

Applies to