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

156 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings"
name: "DeploymentSettings"
nameWithType: "DeploymentSettings"
summary: "Deployment settings payload."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **DeploymentSettings**"
constructors:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.DeploymentSettings()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.DeploymentSettings()"
name: "DeploymentSettings()"
nameWithType: "DeploymentSettings.DeploymentSettings()"
syntax: "public DeploymentSettings()"
methods:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.cpu()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.cpu()"
name: "cpu()"
nameWithType: "DeploymentSettings.cpu()"
summary: "Get required CPU, basic tier should be 1, standard tier should be in range (1, 4)."
syntax: "public Integer cpu()"
desc: "Get required CPU, basic tier should be 1, standard tier should be in range (1, 4)."
returns:
description: "the cpu value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.environmentVariables()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.environmentVariables()"
name: "environmentVariables()"
nameWithType: "DeploymentSettings.environmentVariables()"
summary: "Get collection of environment variables."
syntax: "public Map<String,String> environmentVariables()"
desc: "Get collection of environment variables."
returns:
description: "the environmentVariables value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.jvmOptions()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.jvmOptions()"
name: "jvmOptions()"
nameWithType: "DeploymentSettings.jvmOptions()"
summary: "Get jVM parameter."
syntax: "public String jvmOptions()"
desc: "Get jVM parameter."
returns:
description: "the jvmOptions value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.memoryInGB()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.memoryInGB()"
name: "memoryInGB()"
nameWithType: "DeploymentSettings.memoryInGB()"
summary: "Get required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)."
syntax: "public Integer memoryInGB()"
desc: "Get required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)."
returns:
description: "the memoryInGB value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.runtimeVersion()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.runtimeVersion()"
name: "runtimeVersion()"
nameWithType: "DeploymentSettings.runtimeVersion()"
summary: "Get runtime version."
syntax: "public RuntimeVersion runtimeVersion()"
desc: "Get runtime version. Possible values include: 'Java\\_8', 'Java\\_11'."
returns:
description: "the runtimeVersion value"
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.RuntimeVersion?alt=com.microsoft.azure.management.appplatform.v2020_07_01.RuntimeVersion&text=RuntimeVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.withCpu(java.lang.Integer)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.withCpu(Integer cpu)"
name: "withCpu(Integer cpu)"
nameWithType: "DeploymentSettings.withCpu(Integer cpu)"
summary: "Set required CPU, basic tier should be 1, standard tier should be in range (1, 4)."
parameters:
- description: "the cpu value to set"
name: "cpu"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeploymentSettings withCpu(Integer cpu)"
desc: "Set required CPU, basic tier should be 1, standard tier should be in range (1, 4)."
returns:
description: "the DeploymentSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings?alt=com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings&text=DeploymentSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.withEnvironmentVariables(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.withEnvironmentVariables(Map<String,String> environmentVariables)"
name: "withEnvironmentVariables(Map<String,String> environmentVariables)"
nameWithType: "DeploymentSettings.withEnvironmentVariables(Map<String,String> environmentVariables)"
summary: "Set collection of environment variables."
parameters:
- description: "the environmentVariables value to set"
name: "environmentVariables"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DeploymentSettings withEnvironmentVariables(Map<String,String> environmentVariables)"
desc: "Set collection of environment variables."
returns:
description: "the DeploymentSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings?alt=com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings&text=DeploymentSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.withJvmOptions(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.withJvmOptions(String jvmOptions)"
name: "withJvmOptions(String jvmOptions)"
nameWithType: "DeploymentSettings.withJvmOptions(String jvmOptions)"
summary: "Set jVM parameter."
parameters:
- description: "the jvmOptions value to set"
name: "jvmOptions"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeploymentSettings withJvmOptions(String jvmOptions)"
desc: "Set jVM parameter."
returns:
description: "the DeploymentSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings?alt=com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings&text=DeploymentSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.withMemoryInGB(java.lang.Integer)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.withMemoryInGB(Integer memoryInGB)"
name: "withMemoryInGB(Integer memoryInGB)"
nameWithType: "DeploymentSettings.withMemoryInGB(Integer memoryInGB)"
summary: "Set required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)."
parameters:
- description: "the memoryInGB value to set"
name: "memoryInGB"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeploymentSettings withMemoryInGB(Integer memoryInGB)"
desc: "Set required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)."
returns:
description: "the DeploymentSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings?alt=com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings&text=DeploymentSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.withRuntimeVersion(com.microsoft.azure.management.appplatform.v2020_07_01.RuntimeVersion)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings.withRuntimeVersion(RuntimeVersion runtimeVersion)"
name: "withRuntimeVersion(RuntimeVersion runtimeVersion)"
nameWithType: "DeploymentSettings.withRuntimeVersion(RuntimeVersion runtimeVersion)"
summary: "Set runtime version."
parameters:
- description: "the runtimeVersion value to set"
name: "runtimeVersion"
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.RuntimeVersion?alt=com.microsoft.azure.management.appplatform.v2020_07_01.RuntimeVersion&text=RuntimeVersion\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeploymentSettings withRuntimeVersion(RuntimeVersion runtimeVersion)"
desc: "Set runtime version. Possible values include: 'Java\\_8', 'Java\\_11'."
returns:
description: "the DeploymentSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings?alt=com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentSettings&text=DeploymentSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Deployment settings payload."
metadata: {}
package: "com.microsoft.azure.management.appplatform.v2020_07_01"
artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta