Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
MSDeploy |
MSDeploy.withAddOnPackages(List<MSDeployCore> addOnPackages)
Set list of Add-On packages.
|
MSDeploy |
MSDeploy.withAppOffline(Boolean appOffline)
Set sets the AppOffline rule while the MSDeploy operation executes.
|
MSDeploy |
MSDeploy.withConnectionString(String connectionString)
Set sQL Connection String.
|
MSDeploy |
MSDeploy.withDbType(String dbType)
Set database Type.
|
MSDeploy |
MSDeploy.withPackageUri(String packageUri)
Set package URI.
|
MSDeploy |
MSDeploy.withSetParameters(Map<String,String> setParameters)
Set mSDeploy Parameters.
|
MSDeploy |
MSDeploy.withSetParametersXmlFileUri(String setParametersXmlFileUri)
Set uRI of MSDeploy Parameters file.
|
MSDeploy |
MSDeploy.withSkipAppData(Boolean skipAppData)
Set controls whether the MSDeploy operation skips the App_Data directory.
|
Copyright © 2019. All rights reserved.