Class ProfileUpdateParameters
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.ProfileUpdateParameters
-
public final class ProfileUpdateParameters extends Object
Properties required to update a profile.
-
-
Constructor Summary
Constructors Constructor Description ProfileUpdateParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>tags()Get the tags property: Profile tags.voidvalidate()Validates the instance.ProfileUpdateParameterswithTags(Map<String,String> tags)Set the tags property: Profile tags.
-
-
-
Method Detail
-
tags
public Map<String,String> tags()
Get the tags property: Profile tags.- Returns:
- the tags value.
-
withTags
public ProfileUpdateParameters withTags(Map<String,String> tags)
Set the tags property: Profile tags.- Parameters:
tags- the tags value to set.- Returns:
- the ProfileUpdateParameters object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-