你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PreconfiguredEndpoints interface

Interface representing a PreconfiguredEndpoints.

Methods

list(string, string, PreconfiguredEndpointsListOptionalParams)

Gets a list of Preconfigured Endpoints

Method Details

list(string, string, PreconfiguredEndpointsListOptionalParams)

Gets a list of Preconfigured Endpoints

function list(resourceGroupName: string, profileName: string, options?: PreconfiguredEndpointsListOptionalParams): PagedAsyncIterableIterator<PreconfiguredEndpoint, PreconfiguredEndpoint[], PageSettings>

Parameters

resourceGroupName

string

Name of the Resource group within the Azure subscription.

profileName

string

The Profile identifier associated with the Tenant and Partner

options
PreconfiguredEndpointsListOptionalParams

The options parameters.

Returns