Uses of Class
com.azure.resourcemanager.cdn.models.GeoFilter
Packages that use GeoFilter
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of GeoFilter in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return types with arguments of type GeoFilterModifier and TypeMethodDescriptionEndpointInner.geoFilters()Get the geoFilters property: List of rules defining the user's geo access within a CDN endpoint.EndpointPropertiesUpdateParameters.geoFilters()Get the geoFilters property: List of rules defining the user's geo access within a CDN endpoint.Method parameters in com.azure.resourcemanager.cdn.fluent.models with type arguments of type GeoFilterModifier and TypeMethodDescriptionEndpointInner.withGeoFilters(List<GeoFilter> geoFilters) Set the geoFilters property: List of rules defining the user's geo access within a CDN endpoint.EndpointProperties.withGeoFilters(List<GeoFilter> geoFilters) Set the geoFilters property: List of rules defining the user's geo access within a CDN endpoint.EndpointPropertiesUpdateParameters.withGeoFilters(List<GeoFilter> geoFilters) Set the geoFilters property: List of rules defining the user's geo access within a CDN endpoint. -
Uses of GeoFilter in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return GeoFilterModifier and TypeMethodDescriptionstatic GeoFilterGeoFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GeoFilter from the JsonReader.GeoFilter.withAction(GeoFilterActions action) Set the action property: Action of the geo filter, i.e. allow or block access.GeoFilter.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.GeoFilter.withRelativePath(String relativePath) Set the relativePath property: Relative path applicable to geo filter.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type GeoFilterModifier and TypeMethodDescriptionCdnEndpoint.geoFilters()EndpointUpdateParameters.geoFilters()Get the geoFilters property: List of rules defining the user's geo access within a CDN endpoint.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type GeoFilterModifier and TypeMethodDescriptionCdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilters(Collection<GeoFilter> geoFilters) Specifies the geo filters to use.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withGeoFilters(Collection<GeoFilter> geoFilters) Specifies the geo filters to use.CdnEndpoint.UpdateStandardEndpoint.withGeoFilters(Collection<GeoFilter> geoFilters) Specifies the geo filters to use.EndpointUpdateParameters.withGeoFilters(List<GeoFilter> geoFilters) Set the geoFilters property: List of rules defining the user's geo access within a CDN endpoint.