Uses of Class
com.azure.resourcemanager.appservice.models.MSDeployCore
Packages that use MSDeployCore
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of MSDeployCore in com.azure.resourcemanager.appservice.fluent.models
Subclasses of MSDeployCore in com.azure.resourcemanager.appservice.fluent.modelsMethods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type MSDeployCoreModifier and TypeMethodDescriptionMSDeployProperties.addOnPackages()
Get the addOnPackages property: List of Add-On packages.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type MSDeployCoreModifier and TypeMethodDescriptionMSDeployProperties.withAddOnPackages
(List<MSDeployCore> addOnPackages) Set the addOnPackages property: List of Add-On packages. -
Uses of MSDeployCore in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return MSDeployCoreModifier and TypeMethodDescriptionstatic MSDeployCore
MSDeployCore.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MSDeployCore from the JsonReader.MSDeployCore.withAppOffline
(Boolean appOffline) Set the appOffline property: Sets the AppOffline rule while the MSDeploy operation executes.MSDeployCore.withConnectionString
(String connectionString) Set the connectionString property: SQL Connection String.MSDeployCore.withDbType
(String dbType) Set the dbType property: Database Type.MSDeployCore.withPackageUri
(String packageUri) Set the packageUri property: Package URI.MSDeployCore.withSetParameters
(Map<String, String> setParameters) Set the setParameters property: MSDeploy Parameters.MSDeployCore.withSetParametersXmlFileUri
(String setParametersXmlFileUri) Set the setParametersXmlFileUri property: URI of MSDeploy Parameters file.MSDeployCore.withSkipAppData
(Boolean skipAppData) Set the skipAppData property: Controls whether the MSDeploy operation skips the App_Data directory.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type MSDeployCoreModifier and TypeMethodDescriptionMSDeploy.addOnPackages()
Get the addOnPackages property: List of Add-On packages.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type MSDeployCoreModifier and TypeMethodDescriptionMSDeploy.withAddOnPackages
(List<MSDeployCore> addOnPackages) Set the addOnPackages property: List of Add-On packages.