DeploymentConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. batch. models. DeploymentConfiguration
- com.
Implements
public final class DeploymentConfiguration
implements JsonSerializable<DeploymentConfiguration>
Deployment configuration properties.
Constructor Summary
| Constructor | Description |
|---|---|
| DeploymentConfiguration() |
Creates an instance of Deployment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Virtual |
virtualMachineConfiguration()
Get the virtual |
|
Deployment |
withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)
Set the virtual |
Methods inherited from java.lang.Object
Constructor Details
DeploymentConfiguration
public DeploymentConfiguration()
Creates an instance of DeploymentConfiguration class.
Method Details
fromJson
public static DeploymentConfiguration fromJson(JsonReader jsonReader)
Reads an instance of DeploymentConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
virtualMachineConfiguration
public VirtualMachineConfiguration virtualMachineConfiguration()
Get the virtualMachineConfiguration property: The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure.
Returns:
withVirtualMachineConfiguration
public DeploymentConfiguration withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)
Set the virtualMachineConfiguration property: The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure.
Parameters:
Returns: