PreparedImageSpecificationProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. PreparedImageSpecificationProfile
- com.
Implements
public final class PreparedImageSpecificationProfile
implements JsonSerializable<PreparedImageSpecificationProfile>
Settings to determine the prepared image specification used to provision nodes in a pool.
Constructor Summary
| Constructor | Description |
|---|---|
| PreparedImageSpecificationProfile() |
Creates an instance of Prepared |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Prepared |
fromJson(JsonReader jsonReader)
Reads an instance of Prepared |
| String |
preparedImageSpecificationId()
Get the prepared |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Prepared |
withPreparedImageSpecificationId(String preparedImageSpecificationId)
Set the prepared |
Methods inherited from java.lang.Object
Constructor Details
PreparedImageSpecificationProfile
public PreparedImageSpecificationProfile()
Creates an instance of PreparedImageSpecificationProfile class.
Method Details
fromJson
public static PreparedImageSpecificationProfile fromJson(JsonReader jsonReader)
Reads an instance of PreparedImageSpecificationProfile from the JsonReader.
Parameters:
Returns:
Throws:
preparedImageSpecificationId
public String preparedImageSpecificationId()
Get the preparedImageSpecificationId property: The resource ID of the prepared image specification resource to use. This can include a version. Omitting the version will use the latest version of the prepared image specification.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPreparedImageSpecificationId
public PreparedImageSpecificationProfile withPreparedImageSpecificationId(String preparedImageSpecificationId)
Set the preparedImageSpecificationId property: The resource ID of the prepared image specification resource to use. This can include a version. Omitting the version will use the latest version of the prepared image specification.
Parameters:
Returns: