Compartilhar via


RegionOperationsExtensions.ListByServiceAsync Método

Definição

Lista todas as regiões do Azure nas quais o serviço existe.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.RegionContract>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.IRegionOperations operations, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.IRegionOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.RegionContract>>
<Extension()>
Public Function ListByServiceAsync (operations As IRegionOperations, resourceGroupName As String, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RegionContract))

Parâmetros

operations
IRegionOperations

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

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a