public class ResourceRequests extends Object
| Constructor and Description |
|---|
ResourceRequests() |
| Modifier and Type | Method and Description |
|---|---|
double |
cpu()
Get the cpu value.
|
double |
memoryInGB()
Get the memoryInGB value.
|
ResourceRequests |
withCpu(double cpu)
Set the cpu value.
|
ResourceRequests |
withMemoryInGB(double memoryInGB)
Set the memoryInGB value.
|
public double memoryInGB()
public ResourceRequests withMemoryInGB(double memoryInGB)
memoryInGB - the memoryInGB value to setpublic double cpu()
public ResourceRequests withCpu(double cpu)
cpu - the cpu value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/