Delen via


NetworkStatus interface

Interface die een NetworkStatus vertegenwoordigt.

Methoden

listByLocation(string, string, string, NetworkStatusListByLocationOptionalParams)

Hiermee wordt de connectiviteitsstatus opgehaald voor de externe resources waarvan de API Management-service afhankelijk is vanuit de cloudservice. Hiermee worden ook de DNS-servers geretourneerd als zichtbaar voor de CloudService.

listByService(string, string, NetworkStatusListByServiceOptionalParams)

Hiermee wordt de connectiviteitsstatus opgehaald voor de externe resources waarvan de API Management-service afhankelijk is vanuit de cloudservice. Hiermee worden ook de DNS-servers geretourneerd als zichtbaar voor de CloudService.

Methodedetails

listByLocation(string, string, string, NetworkStatusListByLocationOptionalParams)

Hiermee wordt de connectiviteitsstatus opgehaald voor de externe resources waarvan de API Management-service afhankelijk is vanuit de cloudservice. Hiermee worden ook de DNS-servers geretourneerd als zichtbaar voor de CloudService.

function listByLocation(resourceGroupName: string, serviceName: string, locationName: string, options?: NetworkStatusListByLocationOptionalParams): Promise<NetworkStatusContract>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

serviceName

string

De naam van de API Management service.

locationName

string

Locatie waarop de API Management-service wordt geïmplementeerd. Dit is een van de Azure-regio's, zoals VS - west, VS - oost, VS - zuid-centraal.

options
NetworkStatusListByLocationOptionalParams

De optiesparameters.

Retouren

listByService(string, string, NetworkStatusListByServiceOptionalParams)

Hiermee wordt de connectiviteitsstatus opgehaald voor de externe resources waarvan de API Management-service afhankelijk is vanuit de cloudservice. Hiermee worden ook de DNS-servers geretourneerd als zichtbaar voor de CloudService.

function listByService(resourceGroupName: string, serviceName: string, options?: NetworkStatusListByServiceOptionalParams): Promise<NetworkStatusListByServiceResponse>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

serviceName

string

De naam van de API Management service.

options
NetworkStatusListByServiceOptionalParams

De optiesparameters.

Retouren