Partager via


EventGridClient.GetAzFullUrlForSystemTopicEventSubscription Method

Definition

Overloads

GetAzFullUrlForSystemTopicEventSubscription(String, String)
GetAzFullUrlForSystemTopicEventSubscription(String, String, String)

GetAzFullUrlForSystemTopicEventSubscription(String, String)

public Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeListResult GetAzFullUrlForSystemTopicEventSubscription (string scope, string eventSubscriptionName);
member this.GetAzFullUrlForSystemTopicEventSubscription : string * string -> Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeListResult
Public Function GetAzFullUrlForSystemTopicEventSubscription (scope As String, eventSubscriptionName As String) As DeliveryAttributeListResult

Parameters

scope
String
eventSubscriptionName
String

Returns

Applies to

GetAzFullUrlForSystemTopicEventSubscription(String, String, String)

public Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionFullUrl GetAzFullUrlForSystemTopicEventSubscription (string resourceGroupName, string systemTopicName, string eventSubscriptionName);
member this.GetAzFullUrlForSystemTopicEventSubscription : string * string * string -> Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionFullUrl
Public Function GetAzFullUrlForSystemTopicEventSubscription (resourceGroupName As String, systemTopicName As String, eventSubscriptionName As String) As EventSubscriptionFullUrl

Parameters

resourceGroupName
String
systemTopicName
String
eventSubscriptionName
String

Returns

Applies to