azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

210 строки
10 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.appOffline()
name: appOffline()
nameWithType: MSDeployCore.appOffline()
returns:
description: <p>the appOffline value </p>
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the appOffline value.</p>
<p></p>
syntax: public Boolean appOffline()
uid: com.microsoft.azure.management.appservice.MSDeployCore.appOffline()
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.connectionString()
name: connectionString()
nameWithType: MSDeployCore.connectionString()
returns:
description: <p>the connectionString value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the connectionString value.</p>
<p></p>
syntax: public String connectionString()
uid: com.microsoft.azure.management.appservice.MSDeployCore.connectionString()
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.dbType()
name: dbType()
nameWithType: MSDeployCore.dbType()
returns:
description: <p>the dbType value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the dbType value.</p>
<p></p>
syntax: public String dbType()
uid: com.microsoft.azure.management.appservice.MSDeployCore.dbType()
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.packageUri()
name: packageUri()
nameWithType: MSDeployCore.packageUri()
returns:
description: <p>the packageUri value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the packageUri value.</p>
<p></p>
syntax: public String packageUri()
uid: com.microsoft.azure.management.appservice.MSDeployCore.packageUri()
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.setParameters()
name: setParameters()
nameWithType: MSDeployCore.setParameters()
returns:
description: <p>the setParameters value </p>
type: List&lt;<xref href="com.microsoft.azure.management.appservice.MSDeployParameterEntry?alt=com.microsoft.azure.management.appservice.MSDeployParameterEntry&text=MSDeployParameterEntry" data-throw-if-not-resolved="False"/>&gt;
summary: >-
<p>Get the setParameters value.</p>
<p></p>
syntax: public List<MSDeployParameterEntry> setParameters()
uid: com.microsoft.azure.management.appservice.MSDeployCore.setParameters()
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.setParametersXmlFileUri()
name: setParametersXmlFileUri()
nameWithType: MSDeployCore.setParametersXmlFileUri()
returns:
description: <p>the setParametersXmlFileUri value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the setParametersXmlFileUri value.</p>
<p></p>
syntax: public String setParametersXmlFileUri()
uid: com.microsoft.azure.management.appservice.MSDeployCore.setParametersXmlFileUri()
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.skipAppData()
name: skipAppData()
nameWithType: MSDeployCore.skipAppData()
returns:
description: <p>the skipAppData value </p>
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the skipAppData value.</p>
<p></p>
syntax: public Boolean skipAppData()
uid: com.microsoft.azure.management.appservice.MSDeployCore.skipAppData()
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.withAppOffline(Boolean appOffline)
name: withAppOffline(Boolean appOffline)
nameWithType: MSDeployCore.withAppOffline(Boolean appOffline)
parameters:
- description: <p>the appOffline value to set </p>
name: appOffline
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MSDeployCore object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.MSDeployCore?alt=com.microsoft.azure.management.appservice.MSDeployCore&text=MSDeployCore" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the appOffline value.</p>
<p></p>
syntax: public MSDeployCore withAppOffline(Boolean appOffline)
uid: com.microsoft.azure.management.appservice.MSDeployCore.withAppOffline(Boolean)
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.withConnectionString(String connectionString)
name: withConnectionString(String connectionString)
nameWithType: MSDeployCore.withConnectionString(String connectionString)
parameters:
- description: <p>the connectionString value to set </p>
name: connectionString
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MSDeployCore object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.MSDeployCore?alt=com.microsoft.azure.management.appservice.MSDeployCore&text=MSDeployCore" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the connectionString value.</p>
<p></p>
syntax: public MSDeployCore withConnectionString(String connectionString)
uid: com.microsoft.azure.management.appservice.MSDeployCore.withConnectionString(String)
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.withDbType(String dbType)
name: withDbType(String dbType)
nameWithType: MSDeployCore.withDbType(String dbType)
parameters:
- description: <p>the dbType value to set </p>
name: dbType
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MSDeployCore object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.MSDeployCore?alt=com.microsoft.azure.management.appservice.MSDeployCore&text=MSDeployCore" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the dbType value.</p>
<p></p>
syntax: public MSDeployCore withDbType(String dbType)
uid: com.microsoft.azure.management.appservice.MSDeployCore.withDbType(String)
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.withPackageUri(String packageUri)
name: withPackageUri(String packageUri)
nameWithType: MSDeployCore.withPackageUri(String packageUri)
parameters:
- description: <p>the packageUri value to set </p>
name: packageUri
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MSDeployCore object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.MSDeployCore?alt=com.microsoft.azure.management.appservice.MSDeployCore&text=MSDeployCore" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the packageUri value.</p>
<p></p>
syntax: public MSDeployCore withPackageUri(String packageUri)
uid: com.microsoft.azure.management.appservice.MSDeployCore.withPackageUri(String)
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.withSetParameters(List<MSDeployParameterEntry> setParameters)
name: withSetParameters(List<MSDeployParameterEntry> setParameters)
nameWithType: MSDeployCore.withSetParameters(List<MSDeployParameterEntry> setParameters)
parameters:
- description: <p>the setParameters value to set </p>
name: setParameters
type: List&lt;<xref href="com.microsoft.azure.management.appservice.MSDeployParameterEntry?alt=com.microsoft.azure.management.appservice.MSDeployParameterEntry&text=MSDeployParameterEntry" data-throw-if-not-resolved="False"/>&gt;
returns:
description: <p>the MSDeployCore object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.MSDeployCore?alt=com.microsoft.azure.management.appservice.MSDeployCore&text=MSDeployCore" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the setParameters value.</p>
<p></p>
syntax: public MSDeployCore withSetParameters(List<MSDeployParameterEntry> setParameters)
uid: com.microsoft.azure.management.appservice.MSDeployCore.withSetParameters(List<MSDeployParameterEntry>)
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.withSetParametersXmlFileUri(String setParametersXmlFileUri)
name: withSetParametersXmlFileUri(String setParametersXmlFileUri)
nameWithType: MSDeployCore.withSetParametersXmlFileUri(String setParametersXmlFileUri)
parameters:
- description: <p>the setParametersXmlFileUri value to set </p>
name: setParametersXmlFileUri
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MSDeployCore object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.MSDeployCore?alt=com.microsoft.azure.management.appservice.MSDeployCore&text=MSDeployCore" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the setParametersXmlFileUri value.</p>
<p></p>
syntax: public MSDeployCore withSetParametersXmlFileUri(String setParametersXmlFileUri)
uid: com.microsoft.azure.management.appservice.MSDeployCore.withSetParametersXmlFileUri(String)
- fullName: com.microsoft.azure.management.appservice.MSDeployCore.withSkipAppData(Boolean skipAppData)
name: withSkipAppData(Boolean skipAppData)
nameWithType: MSDeployCore.withSkipAppData(Boolean skipAppData)
parameters:
- description: <p>the skipAppData value to set </p>
name: skipAppData
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MSDeployCore object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.MSDeployCore?alt=com.microsoft.azure.management.appservice.MSDeployCore&text=MSDeployCore" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the skipAppData value.</p>
<p></p>
syntax: public MSDeployCore withSkipAppData(Boolean skipAppData)
uid: com.microsoft.azure.management.appservice.MSDeployCore.withSkipAppData(Boolean)
nameWithType: MSDeployCore
syntax: public class MSDeployCore
type: class
uid: com.microsoft.azure.management.appservice.MSDeployCore
fullName: com.microsoft.azure.management.appservice.MSDeployCore
name: MSDeployCore
package: com.microsoft.azure.management.appservice
summary: <p>MSDeploy ARM PUT core information. </p>
metadata: {}