Compartilhar via


Region interface

Interface que representa uma Região.

Métodos

listByService(string, string, RegionListByServiceOptionalParams)

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

Detalhes do método

listByService(string, string, RegionListByServiceOptionalParams)

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

function listByService(resourceGroupName: string, serviceName: string, options?: RegionListByServiceOptionalParams): PagedAsyncIterableIterator<RegionContract, RegionContract[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serviceName

string

O nome do serviço Gerenciamento de API.

options
RegionListByServiceOptionalParams

Os parâmetros de opções.

Retornos