Freigeben über


WebCategoriesOperationsExtensions.GetAsync Methode

Definition

Ruft die angegebene Azure-Webkategorie ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.AzureWebCategory> GetAsync(this Microsoft.Azure.Management.Network.IWebCategoriesOperations operations, string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.IWebCategoriesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.AzureWebCategory>
<Extension()>
Public Function GetAsync (operations As IWebCategoriesOperations, name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureWebCategory)

Parameter

operations
IWebCategoriesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

name
String

Der Name von azureWebCategory.

expand
String

Erweitert resourceIds zurück, auf die von der AzureWebCategory-Ressource verwiesen wird.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: