Uses of Class
com.microsoft.azure.management.appservice.MSDeployCore
-
-
Uses of MSDeployCore in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return MSDeployCore Modifier and Type Method Description MSDeployCoreMSDeployCore. withAppOffline(Boolean appOffline)Set sets the AppOffline rule while the MSDeploy operation executes.MSDeployCoreMSDeployCore. withConnectionString(String connectionString)Set sQL Connection String.MSDeployCoreMSDeployCore. withDbType(String dbType)Set database Type.MSDeployCoreMSDeployCore. withPackageUri(String packageUri)Set package URI.MSDeployCoreMSDeployCore. withSetParameters(Map<String,String> setParameters)Set mSDeploy Parameters.MSDeployCoreMSDeployCore. withSetParametersXmlFileUri(String setParametersXmlFileUri)Set uRI of MSDeploy Parameters file.MSDeployCoreMSDeployCore. 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 MSDeployCore Modifier and Type Method Description List<MSDeployCore>MSDeploy. addOnPackages()Get list of Add-On packages.Method parameters in com.microsoft.azure.management.appservice with type arguments of type MSDeployCore Modifier and Type Method Description MSDeployMSDeploy. withAddOnPackages(List<MSDeployCore> addOnPackages)Set list of Add-On packages.
-