Class ChangeResourceResultInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.resources.fluent.models.ChangeResourceResultInner
-
public final class ChangeResourceResultInner extends com.azure.core.management.ProxyResourceChange Resource.
-
-
Constructor Summary
Constructors Constructor Description ChangeResourceResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangePropertiesproperties()Get the properties property: The properties of a change.voidvalidate()Validates the instance.ChangeResourceResultInnerwithProperties(ChangeProperties properties)Set the properties property: The properties of a change.
-
-
-
Method Detail
-
properties
public ChangeProperties properties()
Get the properties property: The properties of a change.- Returns:
- the properties value.
-
withProperties
public ChangeResourceResultInner withProperties(ChangeProperties properties)
Set the properties property: The properties of a change.- Parameters:
properties- the properties value to set.- Returns:
- the ChangeResourceResultInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-