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