Class MeshUpgradeProfileInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class MeshUpgradeProfileInner extends com.azure.core.management.ProxyResource
Upgrade profile for given mesh.
  • Constructor Details

    • MeshUpgradeProfileInner

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

    • properties

      public MeshUpgradeProfileProperties properties()
      Get the properties property: Mesh upgrade profile properties for a major.minor release.
      Returns:
      the properties value.
    • withProperties

      public MeshUpgradeProfileInner withProperties(MeshUpgradeProfileProperties properties)
      Set the properties property: Mesh upgrade profile properties for a major.minor release.
      Parameters:
      properties - the properties value to set.
      Returns:
      the MeshUpgradeProfileInner 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.