Uses of Class
com.microsoft.azure.management.appservice.MSDeployCore
Packages that use MSDeployCore
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of MSDeployCore in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return MSDeployCoreModifier and TypeMethodDescriptionMSDeployCore.withAppOffline(Boolean appOffline) Set sets the AppOffline rule while the MSDeploy operation executes.MSDeployCore.withConnectionString(String connectionString) Set sQL Connection String.MSDeployCore.withDbType(String dbType) Set database Type.MSDeployCore.withPackageUri(String packageUri) Set package URI.MSDeployCore.withSetParameters(Map<String, String> setParameters) Set mSDeploy Parameters.MSDeployCore.withSetParametersXmlFileUri(String setParametersXmlFileUri) Set uRI of MSDeploy Parameters file.MSDeployCore.withSkipAppData(Boolean skipAppData) Set controls whether the MSDeploy operation skips the App_Data directory.Methods in com.microsoft.azure.management.appservice that return types with arguments of type MSDeployCoreMethod parameters in com.microsoft.azure.management.appservice with type arguments of type MSDeployCoreModifier and TypeMethodDescriptionMSDeploy.withAddOnPackages(List<MSDeployCore> addOnPackages) Set list of Add-On packages.