| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MSDeployProperties
Core resource properties.
|
| Modifier and Type | Method and Description |
|---|---|
MSDeployCore |
MSDeployCore.withAppOffline(Boolean appOffline)
Set the appOffline property: Sets the AppOffline rule while the MSDeploy operation executes.
|
MSDeployCore |
MSDeployCore.withConnectionString(String connectionString)
Set the connectionString property: SQL Connection String.
|
MSDeployCore |
MSDeployCore.withDbType(String dbType)
Set the dbType property: Database Type.
|
MSDeployCore |
MSDeployCore.withPackageUri(String packageUri)
Set the packageUri property: Package URI.
|
MSDeployCore |
MSDeployCore.withSetParameters(Map<String,String> setParameters)
Set the setParameters property: MSDeploy Parameters.
|
MSDeployCore |
MSDeployCore.withSetParametersXmlFileUri(String setParametersXmlFileUri)
Set the setParametersXmlFileUri property: URI of MSDeploy Parameters file.
|
MSDeployCore |
MSDeployCore.withSkipAppData(Boolean skipAppData)
Set the skipAppData property: Controls whether the MSDeploy operation skips the App_Data directory.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.