Class GeoFilter
java.lang.Object
com.azure.resourcemanager.cdn.models.GeoFilter
Rules defining user's geo access within a CDN endpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction()Get the action property: Action of the geo filter, i.e.Get the countryCodes property: Two letter country or region codes defining user country or region access in a geo filter, e.g.Get the relativePath property: Relative path applicable to geo filter.voidvalidate()Validates the instance.withAction(GeoFilterActions action) Set the action property: Action of the geo filter, i.e.withCountryCodes(List<String> countryCodes) Set the countryCodes property: Two letter country or region codes defining user country or region access in a geo filter, e.g.withRelativePath(String relativePath) Set the relativePath property: Relative path applicable to geo filter.
-
Constructor Details
-
GeoFilter
public GeoFilter()
-
-
Method Details
-
relativePath
Get the relativePath property: Relative path applicable to geo filter. (e.g. '/mypictures', '/mypicture/kitty.jpg', and etc.).- Returns:
- the relativePath value.
-
withRelativePath
Set the relativePath property: Relative path applicable to geo filter. (e.g. '/mypictures', '/mypicture/kitty.jpg', and etc.).- Parameters:
relativePath- the relativePath value to set.- Returns:
- the GeoFilter object itself.
-
action
Get the action property: Action of the geo filter, i.e. allow or block access.- Returns:
- the action value.
-
withAction
Set the action property: Action of the geo filter, i.e. allow or block access.- Parameters:
action- the action value to set.- Returns:
- the GeoFilter object itself.
-
countryCodes
Get the countryCodes property: Two letter country or region codes defining user country or region access in a geo filter, e.g. AU, MX, US.- Returns:
- the countryCodes value.
-
withCountryCodes
Set the countryCodes property: Two letter country or region codes defining user country or region access in a geo filter, e.g. AU, MX, US.- Parameters:
countryCodes- the countryCodes value to set.- Returns:
- the GeoFilter object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-