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.
Constructor Summary
Constructor | Description |
---|---|
MeshRevisionProfileProperties() |
Creates an instance of 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. |
Mesh |
withMeshRevisions(List<MeshRevision> meshRevisions)
Set the mesh |
Methods inherited from java.lang.Object
Constructor Details
MeshRevisionProfileProperties
public MeshRevisionProfileProperties()
Creates an instance of MeshRevisionProfileProperties class.
Method Details
fromJson
public static MeshRevisionProfileProperties fromJson(JsonReader jsonReader)
Reads an instance of MeshRevisionProfileProperties from the JsonReader.
Parameters:
Returns:
Throws:
meshRevisions
public List
Get the meshRevisions property: The meshRevisions property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withMeshRevisions
public MeshRevisionProfileProperties withMeshRevisions(List
Set the meshRevisions property: The meshRevisions property.
Parameters:
Returns:
Applies to
Azure SDK for Java