Uses of Class
com.azure.resourcemanager.cdn.models.GeoFilter
-
Packages that use GeoFilter Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 GeoFilter Modifier and Type Method Description List<GeoFilter>EndpointInner. 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 GeoFilter Modifier and Type Method Description EndpointInnerEndpointInner. 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 GeoFilter Modifier and Type Method Description GeoFilterGeoFilter. withAction(GeoFilterActions action)Set the action property: Action of the geo filter, i.e.GeoFilterGeoFilter. withCountryCodes(List<String> countryCodes)Set the countryCodes property: Two letter country codes defining user country access in a geo filter, e.g.GeoFilterGeoFilter. 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 GeoFilter Modifier and Type Method Description Collection<GeoFilter>CdnEndpoint. geoFilters()List<GeoFilter>EndpointPropertiesUpdateParameters. geoFilters()Get the geoFilters property: List of rules defining the user's geo access within a CDN endpoint.List<GeoFilter>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 GeoFilter Modifier and Type Method Description CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>CdnEndpoint.DefinitionStages.WithStandardAttach. withGeoFilters(Collection<GeoFilter> geoFilters)Specifies the geo filters to use.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT>CdnEndpoint.UpdateDefinitionStages.WithStandardAttach. withGeoFilters(Collection<GeoFilter> geoFilters)Specifies the geo filters to use.CdnEndpoint.UpdateStandardEndpointCdnEndpoint.UpdateStandardEndpoint. withGeoFilters(Collection<GeoFilter> geoFilters)Specifies the geo filters to use.EndpointPropertiesEndpointProperties. withGeoFilters(List<GeoFilter> geoFilters)Set the geoFilters property: List of rules defining the user's geo access within a CDN endpoint.EndpointPropertiesUpdateParametersEndpointPropertiesUpdateParameters. withGeoFilters(List<GeoFilter> geoFilters)Set the geoFilters property: List of rules defining the user's geo access within a CDN endpoint.EndpointUpdateParametersEndpointUpdateParameters. withGeoFilters(List<GeoFilter> geoFilters)Set the geoFilters property: List of rules defining the user's geo access within a CDN endpoint.
-