WCFRelaysOperationsExtensions.ListByNamespaceAsync Methode

Definition

Listet die WCFRelays im Namespace auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Relay.Models.WcfRelay>> ListByNamespaceAsync (this Microsoft.Azure.Management.Relay.IWCFRelaysOperations operations, string resourceGroupName, string namespaceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByNamespaceAsync : Microsoft.Azure.Management.Relay.IWCFRelaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Relay.Models.WcfRelay>>
<Extension()>
Public Function ListByNamespaceAsync (operations As IWCFRelaysOperations, resourceGroupName As String, namespaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WcfRelay))

Parameter

operations
IWCFRelaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: