| Modifier and Type | Method and Description |
|---|---|
GeoFilter |
GeoFilter.withAction(GeoFilterActions action)
Set the action value.
|
GeoFilter |
GeoFilter.withCountryCodes(List<String> countryCodes)
Set the countryCodes value.
|
GeoFilter |
GeoFilter.withRelativePath(String relativePath)
Set the relativePath value.
|
| Modifier and Type | Method and Description |
|---|---|
List<GeoFilter> |
CdnEndpoint.geoFilters() |
| Modifier and Type | Method and 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.UpdateStandardEndpoint |
CdnEndpoint.UpdateStandardEndpoint.withGeoFilters(Collection<GeoFilter> geoFilters)
Specifies the geo filters to use.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/