Class ApiManagementGatewayHostnameConfigurationUpdatedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayHostnameConfigurationUpdatedEventData
Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated
event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApiManagementGatewayHostnameConfigurationUpdatedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the resourceUri property: The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type.setResourceUri(String resourceUri) Set the resourceUri property: The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type.
-
Constructor Details
-
ApiManagementGatewayHostnameConfigurationUpdatedEventData
public ApiManagementGatewayHostnameConfigurationUpdatedEventData()Creates an instance of ApiManagementGatewayHostnameConfigurationUpdatedEventData class.
-
-
Method Details
-
getResourceUri
Get the resourceUri property: 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:
- the resourceUri value.
-
setResourceUri
Set the resourceUri property: 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>`.- Parameters:
resourceUri- the resourceUri value to set.- Returns:
- the ApiManagementGatewayHostnameConfigurationUpdatedEventData object itself.
-