ResourceIdBuilder.BuildServiceBusTopicSubscriptionResourceId 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.
Builds the resource id of the service bus topic subscription.
public static string BuildServiceBusTopicSubscriptionResourceId (string servicebusNamespace, string topicName, string subscriptionName);
static member BuildServiceBusTopicSubscriptionResourceId : string * string * string -> string
Public Shared Function BuildServiceBusTopicSubscriptionResourceId (servicebusNamespace As String, topicName As String, subscriptionName As String) As String
Parameters
- servicebusNamespace
- String
The service bus namespace.
- topicName
- String
The topic name.
- subscriptionName
- String
The subscription name.
Returns
The resource id.