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 Summary
ConstructorsConstructorDescriptionCreates an instance of MeshUpgradeProfileInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Mesh upgrade profile properties for a major.minor release.com.azure.core.management.SystemDataGet the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.voidvalidate()Validates the instance.withProperties(MeshUpgradeProfileProperties properties) Set the properties property: Mesh upgrade profile properties for a major.minor release.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
MeshUpgradeProfileInner
public MeshUpgradeProfileInner()Creates an instance of MeshUpgradeProfileInner class.
-
-
Method Details
-
properties
Get the properties property: Mesh upgrade profile properties for a major.minor release.- Returns:
- the properties value.
-
withProperties
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.
-