Class ProfileUpdateModel
java.lang.Object
com.azure.resourcemanager.frontdoor.models.ProfileUpdateModel
Defines modifiable attributes of a Profile.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the enabledState property: The enabled state of the Profile.tags()
Get the tags property: Resource tags.void
validate()
Validates the instance.withEnabledState
(State enabledState) Set the enabledState property: The enabled state of the Profile.Set the tags property: Resource tags.
-
Constructor Details
-
ProfileUpdateModel
public ProfileUpdateModel()Creates an instance of ProfileUpdateModel class.
-
-
Method Details
-
tags
Get the tags property: Resource tags.- Returns:
- the tags value.
-
withTags
Set the tags property: Resource tags.- Parameters:
tags
- the tags value to set.- Returns:
- the ProfileUpdateModel object itself.
-
enabledState
Get the enabledState property: The enabled state of the Profile.- Returns:
- the enabledState value.
-
withEnabledState
Set the enabledState property: The enabled state of the Profile.- Parameters:
enabledState
- the enabledState value to set.- Returns:
- the ProfileUpdateModel object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-