Freigeben über


TopicsOperationsExtensions.Get Methode

Definition

Gibt eine Beschreibung für das angegebene Thema zurück. https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx

public static Microsoft.Azure.Management.ServiceBus.Models.SBTopic Get (this Microsoft.Azure.Management.ServiceBus.ITopicsOperations operations, string resourceGroupName, string namespaceName, string topicName);
static member Get : Microsoft.Azure.Management.ServiceBus.ITopicsOperations * string * string * string -> Microsoft.Azure.Management.ServiceBus.Models.SBTopic
<Extension()>
Public Function Get (operations As ITopicsOperations, resourceGroupName As String, namespaceName As String, topicName As String) As SBTopic

Parameter

operations
ITopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

topicName
String

Der Name des Themas.

Gibt zurück

Gilt für: