Uses of Class
com.azure.resourcemanager.appservice.models.MSDeployCore
-
Packages that use MSDeployCore Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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.models Modifier and Type Class Description classMSDeployPropertiesCore resource properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type MSDeployCore Modifier and Type Method Description List<MSDeployCore>MSDeployProperties. addOnPackages()Get the addOnPackages property: List of Add-On packages.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type MSDeployCore Modifier and Type Method Description MSDeployPropertiesMSDeployProperties. 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 MSDeployCore Modifier and Type Method Description MSDeployCoreMSDeployCore. withAppOffline(Boolean appOffline)Set the appOffline property: Sets the AppOffline rule while the MSDeploy operation executes.MSDeployCoreMSDeployCore. withConnectionString(String connectionString)Set the connectionString property: SQL Connection String.MSDeployCoreMSDeployCore. withDbType(String dbType)Set the dbType property: Database Type.MSDeployCoreMSDeployCore. withPackageUri(String packageUri)Set the packageUri property: Package URI.MSDeployCoreMSDeployCore. withSetParameters(Map<String,String> setParameters)Set the setParameters property: MSDeploy Parameters.MSDeployCoreMSDeployCore. withSetParametersXmlFileUri(String setParametersXmlFileUri)Set the setParametersXmlFileUri property: URI of MSDeploy Parameters file.MSDeployCoreMSDeployCore. 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 MSDeployCore Modifier and Type Method Description List<MSDeployCore>MSDeploy. addOnPackages()Get the addOnPackages property: List of Add-On packages.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type MSDeployCore Modifier and Type Method Description MSDeployMSDeploy. withAddOnPackages(List<MSDeployCore> addOnPackages)Set the addOnPackages property: List of Add-On packages.
-