84 строки
7.7 KiB
YAML
84 строки
7.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.batch.DeploymentConfiguration"
|
|
fullName: "com.microsoft.azure.management.batch.DeploymentConfiguration"
|
|
name: "DeploymentConfiguration"
|
|
nameWithType: "DeploymentConfiguration"
|
|
summary: "Deployment configuration properties."
|
|
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 **DeploymentConfiguration**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.batch.DeploymentConfiguration.DeploymentConfiguration()"
|
|
fullName: "com.microsoft.azure.management.batch.DeploymentConfiguration.DeploymentConfiguration()"
|
|
name: "DeploymentConfiguration()"
|
|
nameWithType: "DeploymentConfiguration.DeploymentConfiguration()"
|
|
syntax: "public DeploymentConfiguration()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.batch.DeploymentConfiguration.cloudServiceConfiguration()"
|
|
fullName: "com.microsoft.azure.management.batch.DeploymentConfiguration.cloudServiceConfiguration()"
|
|
name: "cloudServiceConfiguration()"
|
|
nameWithType: "DeploymentConfiguration.cloudServiceConfiguration()"
|
|
summary: "Get this property and virtual<wbr>Machine<wbr>Configuration are mutually exclusive and one of the properties must be specified."
|
|
syntax: "public CloudServiceConfiguration cloudServiceConfiguration()"
|
|
desc: "Get this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified. This property cannot be specified if the Batch account was created with its poolAllocationMode property set to 'UserSubscription'."
|
|
returns:
|
|
description: "the cloudServiceConfiguration value"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.CloudServiceConfiguration?alt=com.microsoft.azure.management.batch.CloudServiceConfiguration&text=CloudServiceConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.DeploymentConfiguration.virtualMachineConfiguration()"
|
|
fullName: "com.microsoft.azure.management.batch.DeploymentConfiguration.virtualMachineConfiguration()"
|
|
name: "virtualMachineConfiguration()"
|
|
nameWithType: "DeploymentConfiguration.virtualMachineConfiguration()"
|
|
summary: "Get this property and cloud<wbr>Service<wbr>Configuration are mutually exclusive and one of the properties must be specified."
|
|
syntax: "public VirtualMachineConfiguration virtualMachineConfiguration()"
|
|
desc: "Get this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified."
|
|
returns:
|
|
description: "the virtualMachineConfiguration value"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.VirtualMachineConfiguration?alt=com.microsoft.azure.management.batch.VirtualMachineConfiguration&text=VirtualMachineConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.DeploymentConfiguration.withCloudServiceConfiguration(com.microsoft.azure.management.batch.CloudServiceConfiguration)"
|
|
fullName: "com.microsoft.azure.management.batch.DeploymentConfiguration.withCloudServiceConfiguration(CloudServiceConfiguration cloudServiceConfiguration)"
|
|
name: "withCloudServiceConfiguration(CloudServiceConfiguration cloudServiceConfiguration)"
|
|
nameWithType: "DeploymentConfiguration.withCloudServiceConfiguration(CloudServiceConfiguration cloudServiceConfiguration)"
|
|
summary: "Set this property and virtual<wbr>Machine<wbr>Configuration are mutually exclusive and one of the properties must be specified."
|
|
parameters:
|
|
- description: "the cloudServiceConfiguration value to set"
|
|
name: "cloudServiceConfiguration"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.CloudServiceConfiguration?alt=com.microsoft.azure.management.batch.CloudServiceConfiguration&text=CloudServiceConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DeploymentConfiguration withCloudServiceConfiguration(CloudServiceConfiguration cloudServiceConfiguration)"
|
|
desc: "Set this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified. This property cannot be specified if the Batch account was created with its poolAllocationMode property set to 'UserSubscription'."
|
|
returns:
|
|
description: "the DeploymentConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.DeploymentConfiguration?alt=com.microsoft.azure.management.batch.DeploymentConfiguration&text=DeploymentConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.DeploymentConfiguration.withVirtualMachineConfiguration(com.microsoft.azure.management.batch.VirtualMachineConfiguration)"
|
|
fullName: "com.microsoft.azure.management.batch.DeploymentConfiguration.withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)"
|
|
name: "withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)"
|
|
nameWithType: "DeploymentConfiguration.withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)"
|
|
summary: "Set this property and cloud<wbr>Service<wbr>Configuration are mutually exclusive and one of the properties must be specified."
|
|
parameters:
|
|
- description: "the virtualMachineConfiguration value to set"
|
|
name: "virtualMachineConfiguration"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.VirtualMachineConfiguration?alt=com.microsoft.azure.management.batch.VirtualMachineConfiguration&text=VirtualMachineConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DeploymentConfiguration withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)"
|
|
desc: "Set this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified."
|
|
returns:
|
|
description: "the DeploymentConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.DeploymentConfiguration?alt=com.microsoft.azure.management.batch.DeploymentConfiguration&text=DeploymentConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Deployment configuration properties."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.batch"
|
|
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4
|