Compartilhar via


WebCategoriesOperationsExtensions.GetAsync Método

Definição

Obtém a Categoria da Web do 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

O grupo de operações para esse método de extensão.

name
String

O nome da azureWebCategory.

expand
String

Expande resourceIds de volta referenciados pelo recurso azureWebCategory.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a