azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

211 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.models.MSDeployCore"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore"
name: "MSDeployCore"
nameWithType: "MSDeployCore"
summary: "MSDeploy ARM PUT core information."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **MSDeployCore**"
constructors:
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.MSDeployCore()"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.MSDeployCore()"
name: "MSDeployCore()"
nameWithType: "MSDeployCore.MSDeployCore()"
syntax: "public MSDeployCore()"
methods:
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.appOffline()"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.appOffline()"
name: "appOffline()"
nameWithType: "MSDeployCore.appOffline()"
summary: "Get the app<wbr>Offline property: Sets the App<wbr>Offline rule while the MSDeploy operation executes."
syntax: "public Boolean appOffline()"
desc: "Get the appOffline property: Sets the AppOffline rule while the MSDeploy operation executes. Setting is <code>false</code> by default."
returns:
description: "the appOffline value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.connectionString()"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.connectionString()"
name: "connectionString()"
nameWithType: "MSDeployCore.connectionString()"
summary: "Get the connection<wbr>String property: SQL Connection String."
syntax: "public String connectionString()"
desc: "Get the connectionString property: SQL Connection String."
returns:
description: "the connectionString value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.dbType()"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.dbType()"
name: "dbType()"
nameWithType: "MSDeployCore.dbType()"
summary: "Get the db<wbr>Type property: Database Type."
syntax: "public String dbType()"
desc: "Get the dbType property: Database Type."
returns:
description: "the dbType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.packageUri()"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.packageUri()"
name: "packageUri()"
nameWithType: "MSDeployCore.packageUri()"
summary: "Get the package<wbr>Uri property: Package URI."
syntax: "public String packageUri()"
desc: "Get the packageUri property: Package URI."
returns:
description: "the packageUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.setParameters()"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.setParameters()"
name: "setParameters()"
nameWithType: "MSDeployCore.setParameters()"
summary: "Get the set<wbr>Parameters property: MSDeploy Parameters."
syntax: "public Map<String,String> setParameters()"
desc: "Get the setParameters property: MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used."
returns:
description: "the setParameters value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.setParametersXmlFileUri()"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.setParametersXmlFileUri()"
name: "setParametersXmlFileUri()"
nameWithType: "MSDeployCore.setParametersXmlFileUri()"
summary: "Get the set<wbr>Parameters<wbr>Xml<wbr>File<wbr>Uri property: URI of MSDeploy Parameters file."
syntax: "public String setParametersXmlFileUri()"
desc: "Get the setParametersXmlFileUri property: URI of MSDeploy Parameters file. Must not be set if SetParameters is used."
returns:
description: "the setParametersXmlFileUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.skipAppData()"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.skipAppData()"
name: "skipAppData()"
nameWithType: "MSDeployCore.skipAppData()"
summary: "Get the skip<wbr>App<wbr>Data property: Controls whether the MSDeploy operation skips the App\\_Data directory."
syntax: "public Boolean skipAppData()"
desc: "Get the skipAppData property: Controls whether the MSDeploy operation skips the App\\_Data directory. If set to <code>true</code>, the existing App\\_Data directory on the destination will not be deleted, and any App\\_Data directory in the source will be ignored. Setting is <code>false</code> by default."
returns:
description: "the skipAppData value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.validate()"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.validate()"
name: "validate()"
nameWithType: "MSDeployCore.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.withAppOffline(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.withAppOffline(Boolean appOffline)"
name: "withAppOffline(Boolean appOffline)"
nameWithType: "MSDeployCore.withAppOffline(Boolean appOffline)"
summary: "Set the app<wbr>Offline property: Sets the App<wbr>Offline rule while the MSDeploy operation executes."
parameters:
- description: "the appOffline value to set."
name: "appOffline"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public MSDeployCore withAppOffline(Boolean appOffline)"
desc: "Set the appOffline property: Sets the AppOffline rule while the MSDeploy operation executes. Setting is <code>false</code> by default."
returns:
description: "the MSDeployCore object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.MSDeployCore?alt=com.azure.resourcemanager.appservice.models.MSDeployCore&text=MSDeployCore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.withConnectionString(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.withConnectionString(String connectionString)"
name: "withConnectionString(String connectionString)"
nameWithType: "MSDeployCore.withConnectionString(String connectionString)"
summary: "Set the connection<wbr>String property: SQL Connection String."
parameters:
- description: "the connectionString value to set."
name: "connectionString"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MSDeployCore withConnectionString(String connectionString)"
desc: "Set the connectionString property: SQL Connection String."
returns:
description: "the MSDeployCore object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.MSDeployCore?alt=com.azure.resourcemanager.appservice.models.MSDeployCore&text=MSDeployCore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.withDbType(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.withDbType(String dbType)"
name: "withDbType(String dbType)"
nameWithType: "MSDeployCore.withDbType(String dbType)"
summary: "Set the db<wbr>Type property: Database Type."
parameters:
- description: "the dbType value to set."
name: "dbType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MSDeployCore withDbType(String dbType)"
desc: "Set the dbType property: Database Type."
returns:
description: "the MSDeployCore object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.MSDeployCore?alt=com.azure.resourcemanager.appservice.models.MSDeployCore&text=MSDeployCore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.withPackageUri(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.withPackageUri(String packageUri)"
name: "withPackageUri(String packageUri)"
nameWithType: "MSDeployCore.withPackageUri(String packageUri)"
summary: "Set the package<wbr>Uri property: Package URI."
parameters:
- description: "the packageUri value to set."
name: "packageUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MSDeployCore withPackageUri(String packageUri)"
desc: "Set the packageUri property: Package URI."
returns:
description: "the MSDeployCore object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.MSDeployCore?alt=com.azure.resourcemanager.appservice.models.MSDeployCore&text=MSDeployCore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.withSetParameters(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.withSetParameters(Map<String,String> setParameters)"
name: "withSetParameters(Map<String,String> setParameters)"
nameWithType: "MSDeployCore.withSetParameters(Map<String,String> setParameters)"
summary: "Set the set<wbr>Parameters property: MSDeploy Parameters."
parameters:
- description: "the setParameters value to set."
name: "setParameters"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public MSDeployCore withSetParameters(Map<String,String> setParameters)"
desc: "Set the setParameters property: MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used."
returns:
description: "the MSDeployCore object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.MSDeployCore?alt=com.azure.resourcemanager.appservice.models.MSDeployCore&text=MSDeployCore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.withSetParametersXmlFileUri(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.withSetParametersXmlFileUri(String setParametersXmlFileUri)"
name: "withSetParametersXmlFileUri(String setParametersXmlFileUri)"
nameWithType: "MSDeployCore.withSetParametersXmlFileUri(String setParametersXmlFileUri)"
summary: "Set the set<wbr>Parameters<wbr>Xml<wbr>File<wbr>Uri property: URI of MSDeploy Parameters file."
parameters:
- description: "the setParametersXmlFileUri value to set."
name: "setParametersXmlFileUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MSDeployCore withSetParametersXmlFileUri(String setParametersXmlFileUri)"
desc: "Set the setParametersXmlFileUri property: URI of MSDeploy Parameters file. Must not be set if SetParameters is used."
returns:
description: "the MSDeployCore object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.MSDeployCore?alt=com.azure.resourcemanager.appservice.models.MSDeployCore&text=MSDeployCore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.MSDeployCore.withSkipAppData(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.appservice.models.MSDeployCore.withSkipAppData(Boolean skipAppData)"
name: "withSkipAppData(Boolean skipAppData)"
nameWithType: "MSDeployCore.withSkipAppData(Boolean skipAppData)"
summary: "Set the skip<wbr>App<wbr>Data property: Controls whether the MSDeploy operation skips the App\\_Data directory."
parameters:
- description: "the skipAppData value to set."
name: "skipAppData"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public MSDeployCore withSkipAppData(Boolean skipAppData)"
desc: "Set the skipAppData property: Controls whether the MSDeploy operation skips the App\\_Data directory. If set to <code>true</code>, the existing App\\_Data directory on the destination will not be deleted, and any App\\_Data directory in the source will be ignored. Setting is <code>false</code> by default."
returns:
description: "the MSDeployCore object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.MSDeployCore?alt=com.azure.resourcemanager.appservice.models.MSDeployCore&text=MSDeployCore\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "MSDeploy ARM PUT core information."
metadata: {}
package: "com.azure.resourcemanager.appservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.24.0