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 Details

    • MeshRevisionProfileInner

      public MeshRevisionProfileInner()
      Creates an instance of MeshRevisionProfileInner class.
  • Method Details

    • properties

      public MeshRevisionProfileProperties properties()
      Get the properties property: Mesh revision profile properties for a mesh.
      Returns:
      the properties value.
    • withProperties

      public MeshRevisionProfileInner withProperties(MeshRevisionProfileProperties properties)
      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.