getEventSubscriptionFullUrl

Get the full endpoint URL for an event subscription. Uses Azure REST API version 2022-06-15. Other available API versions: 2023-06-01-preview, 2023-12-15-preview, 2024-06-01-preview, 2024-12-15-preview, 2025-02-15.

Return

Full endpoint url of an event subscription

Parameters

argument

null


suspend fun getEventSubscriptionFullUrl(eventSubscriptionName: String, scope: String): GetEventSubscriptionFullUrlResult

Return

Full endpoint url of an event subscription

Parameters

eventSubscriptionName

Name of the event subscription.

scope

The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.

See also


Return

Full endpoint url of an event subscription

Parameters

argument

Builder for com.pulumi.azurenative.eventgrid.kotlin.inputs.GetEventSubscriptionFullUrlPlainArgs.

See also