| Modifier and Type | Method and Description |
|---|---|
GeoFilterActions |
GeoFilter.action()
Get the action value.
|
static GeoFilterActions |
GeoFilterActions.fromString(String value)
Parses a serialized value to a GeoFilterActions instance.
|
static GeoFilterActions |
GeoFilterActions.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
GeoFilter |
GeoFilter.withAction(GeoFilterActions action)
Set the action value.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilter(String relativePath,
GeoFilterActions action,
Collection<com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode> countryCodes)
Sets the geo filters list for the specified countries list.
|
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withGeoFilter(String relativePath,
GeoFilterActions action,
Collection<com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode> countryCodes)
Sets the geo filters list for the specified countries list.
|
CdnEndpoint.UpdateStandardEndpoint |
CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(String relativePath,
GeoFilterActions action,
Collection<com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode> countryCodes)
Sets the geo filters list for the specified countries list.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilter(String relativePath,
GeoFilterActions action,
com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode countryCode)
Adds a single entry to the geo filters list.
|
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withGeoFilter(String relativePath,
GeoFilterActions action,
com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode countryCode)
Adds a single entry to the geo filters list.
|
CdnEndpoint.UpdateStandardEndpoint |
CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(String relativePath,
GeoFilterActions action,
com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode countryCode)
Adds a single entry to the Geo filters list.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/