MeshRevisionProfileProperties Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. MeshRevisionProfileProperties
- com.
Implements
public final class MeshRevisionProfileProperties
implements JsonSerializable<MeshRevisionProfileProperties>
Mesh revision profile properties for a mesh.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Mesh |
fromJson(JsonReader jsonReader)
Reads an instance of Mesh |
|
List<Mesh |
meshRevisions()
Get the mesh |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static MeshRevisionProfileProperties fromJson(JsonReader jsonReader)
Reads an instance of MeshRevisionProfileProperties from the JsonReader.
Parameters:
Returns:
Throws:
meshRevisions
public List<MeshRevision> meshRevisions()
Get the meshRevisions property: Available mesh revisions.
Returns:
toJson
validate
public void validate()
Validates the instance.