Class MeshRevisionProfileInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class MeshRevisionProfileInner
extends com.azure.core.management.ProxyResource
Mesh revision profile for a mesh.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MeshRevisionProfileInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Mesh revision profile properties for a mesh.com.azure.core.management.SystemDataGet the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.voidvalidate()Validates the instance.withProperties(MeshRevisionProfileProperties properties) Set the properties property: Mesh revision profile properties for a mesh.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
MeshRevisionProfileInner
public MeshRevisionProfileInner()Creates an instance of MeshRevisionProfileInner class.
-
-
Method Details
-
properties
Get the properties property: Mesh revision profile properties for a mesh.- Returns:
- the properties value.
-
withProperties
Set the properties property: Mesh revision profile properties for a mesh.- Parameters:
properties- the properties value to set.- Returns:
- the MeshRevisionProfileInner object itself.
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-