Partager via


WebCategoriesOperationsExtensions.GetAsync Méthode

Définition

Obtient la catégorie web Azure spécifiée.

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)

Paramètres

operations
IWebCategoriesOperations

Groupe d’opérations pour cette méthode d’extension.

name
String

Nom d’azureWebCategory.

expand
String

Développe les resourceIds référencés par la ressource azureWebCategory.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à