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

AppServiceTest Class

  • java.lang.Object
    • TestBase
      • com.microsoft.azure.management.appservice.AppServiceTest

public class AppServiceTest

The base for app service tests.

Field Summary

Modifier and Type Field and Description
AppServiceManager appServiceManager
AppServiceCertificateOrder certificateOrder
AppServiceDomain domain
KeyVaultManager keyVaultManager
ResourceManager resourceManager
String RG_NAME

Method Summary

Modifier and Type Method and Description
void cleanUpResources()
void initializeClients(RestClient restClient, String defaultSubscription, String domain)

Field Details

appServiceManager

protected static AppServiceManager appServiceManager

certificateOrder

protected static AppServiceCertificateOrder certificateOrder

domain

protected static AppServiceDomain domain

keyVaultManager

protected static KeyVaultManager keyVaultManager

resourceManager

protected static ResourceManager resourceManager

RG_NAME

protected static String RG_NAME= ""

Method Details

cleanUpResources

protected void cleanUpResources()

initializeClients

protected void initializeClients(RestClient restClient, String defaultSubscription, String domain)

Parameters:

restClient
defaultSubscription
domain

Applies to