Uses of Enum
com.azure.resourcemanager.cdn.models.GeoFilterActions
Packages that use GeoFilterActions
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of GeoFilterActions in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return GeoFilterActionsModifier and TypeMethodDescriptionGeoFilter.action()Get the action property: Action of the geo filter, i.e. allow or block access.static GeoFilterActionsGeoFilterActions.fromString(String value) Parses a serialized value to a GeoFilterActions instance.static GeoFilterActionsReturns the enum constant of this type with the specified name.static GeoFilterActions[]GeoFilterActions.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.cdn.models with parameters of type GeoFilterActionsModifier and TypeMethodDescriptionGeoFilter.withAction(GeoFilterActions action) Set the action property: Action of the geo filter, i.e. allow or block access.CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilter(String relativePath, GeoFilterActions action, CountryIsoCode countryCode) Adds a single entry to the geo filters list.CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilter(String relativePath, GeoFilterActions action, Collection<CountryIsoCode> countryCodes) Sets the geo filters list for the specified countries list.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withGeoFilter(String relativePath, GeoFilterActions action, CountryIsoCode countryCode) Adds a single entry to the geo filters list.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withGeoFilter(String relativePath, GeoFilterActions action, Collection<CountryIsoCode> countryCodes) Sets the geo filters list for the specified countries list.CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(String relativePath, GeoFilterActions action, CountryIsoCode countryCode) Adds a single entry to the Geo filters list.CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(String relativePath, GeoFilterActions action, Collection<CountryIsoCode> countryCodes) Sets the geo filters list for the specified countries list.