public final class MSDeploy extends ProxyOnlyResource
| Constructor and Description |
|---|
MSDeploy() |
| Modifier and Type | Method and Description |
|---|---|
List<MSDeployCore> |
addOnPackages()
Get the addOnPackages property: List of Add-On packages.
|
Boolean |
appOffline()
Get the appOffline property: Sets the AppOffline rule while the MSDeploy operation executes.
|
String |
connectionString()
Get the connectionString property: SQL Connection String.
|
String |
dbType()
Get the dbType property: Database Type.
|
String |
packageUri()
Get the packageUri property: Package URI.
|
Map<String,String> |
setParameters()
Get the setParameters property: MSDeploy Parameters.
|
String |
setParametersXmlFileUri()
Get the setParametersXmlFileUri property: URI of MSDeploy Parameters file.
|
Boolean |
skipAppData()
Get the skipAppData property: Controls whether the MSDeploy operation skips the App_Data directory.
|
void |
validate()
Validates the instance.
|
MSDeploy |
withAddOnPackages(List<MSDeployCore> addOnPackages)
Set the addOnPackages property: List of Add-On packages.
|
MSDeploy |
withAppOffline(Boolean appOffline)
Set the appOffline property: Sets the AppOffline rule while the MSDeploy operation executes.
|
MSDeploy |
withConnectionString(String connectionString)
Set the connectionString property: SQL Connection String.
|
MSDeploy |
withDbType(String dbType)
Set the dbType property: Database Type.
|
MSDeploy |
withKind(String kind)
Set the kind property: Kind of resource.
|
MSDeploy |
withPackageUri(String packageUri)
Set the packageUri property: Package URI.
|
MSDeploy |
withSetParameters(Map<String,String> setParameters)
Set the setParameters property: MSDeploy Parameters.
|
MSDeploy |
withSetParametersXmlFileUri(String setParametersXmlFileUri)
Set the setParametersXmlFileUri property: URI of MSDeploy Parameters file.
|
MSDeploy |
withSkipAppData(Boolean skipAppData)
Set the skipAppData property: Controls whether the MSDeploy operation skips the App_Data directory.
|
kindpublic MSDeploy withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public List<MSDeployCore> addOnPackages()
public MSDeploy withAddOnPackages(List<MSDeployCore> addOnPackages)
addOnPackages - the addOnPackages value to set.public String packageUri()
public MSDeploy withPackageUri(String packageUri)
packageUri - the packageUri value to set.public String connectionString()
public MSDeploy withConnectionString(String connectionString)
connectionString - the connectionString value to set.public String dbType()
public MSDeploy withDbType(String dbType)
dbType - the dbType value to set.public String setParametersXmlFileUri()
public MSDeploy withSetParametersXmlFileUri(String setParametersXmlFileUri)
setParametersXmlFileUri - the setParametersXmlFileUri value to set.public Map<String,String> setParameters()
public MSDeploy withSetParameters(Map<String,String> setParameters)
setParameters - the setParameters value to set.public Boolean skipAppData()
public MSDeploy withSkipAppData(Boolean skipAppData)
skipAppData - the skipAppData value to set.public Boolean appOffline()
public MSDeploy withAppOffline(Boolean appOffline)
appOffline - the appOffline value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.