DevOpsAzureSku Class
- java.
lang. Object - com.
azure. resourcemanager. devopsinfrastructure. models. DevOpsAzureSku
- com.
Implements
public final class DevOpsAzureSku
implements JsonSerializable<DevOpsAzureSku>
The Azure SKU of the machines in the pool.
Constructor Summary
| Constructor | Description |
|---|---|
| DevOpsAzureSku() |
Creates an instance of Dev |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
| String |
name()
Get the name property: The Azure SKU name of the machines in the pool. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Dev |
withName(String name)
Set the name property: The Azure SKU name of the machines in the pool. |
Methods inherited from java.lang.Object
Constructor Details
DevOpsAzureSku
public DevOpsAzureSku()
Creates an instance of DevOpsAzureSku class.
Method Details
fromJson
public static DevOpsAzureSku fromJson(JsonReader jsonReader)
Reads an instance of DevOpsAzureSku from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The Azure SKU name of the machines in the pool.
Returns:
toJson
validate
public void validate()
Validates the instance.
withName
public DevOpsAzureSku withName(String name)
Set the name property: The Azure SKU name of the machines in the pool.
Parameters:
Returns: