Compartir a través de


WebCategoriesOperationsExtensions.GetAsync Método

Definición

Obtiene la categoría web de Azure especificada.

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)

Parámetros

operations
IWebCategoriesOperations

El grupo de operaciones de este método de extensión.

name
String

Nombre de azureWebCategory.

expand
String

Expande resourceIds de nuevo al que hace referencia el recurso azureWebCategory.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a