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.ProxyResource
Change Resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: The properties of a change.voidvalidate()Validates the instance.withProperties(ChangeProperties properties) Set the properties property: The properties of a change.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ChangeResourceResultInner
public ChangeResourceResultInner()
-
-
Method Details
-
properties
Get the properties property: The properties of a change.- Returns:
- the properties value.
-
withProperties
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.
-