AppServiceTest Class
- java.
lang. Object - TestBase
- com.
microsoft. azure. management. appservice. AppServiceTest
- com.
public class AppServiceTest
The base for app service tests.
Field Summary
Modifier and Type | Field and Description |
---|---|
AppServiceManager | appServiceManager |
App |
certificateOrder |
App |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java