| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
GeoFilterActions |
GeoFilter.action()
Get the action property: Action of the geo filter, i.e.
|
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 property: Action of the geo filter, i.e.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilter(String relativePath,
GeoFilterActions action,
Collection<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<CountryIsoCode> countryCodes)
Sets the geo filters list for the specified countries list.
|
CdnEndpoint.UpdateStandardEndpoint |
CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(String relativePath,
GeoFilterActions action,
Collection<CountryIsoCode> countryCodes)
Sets the geo filters list for the specified countries list.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilter(String relativePath,
GeoFilterActions action,
CountryIsoCode countryCode)
Adds a single entry to the geo filters list.
|
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT> |
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach.withGeoFilter(String relativePath,
GeoFilterActions action,
CountryIsoCode countryCode)
Adds a single entry to the geo filters list.
|
CdnEndpoint.UpdateStandardEndpoint |
CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(String relativePath,
GeoFilterActions action,
CountryIsoCode countryCode)
Adds a single entry to the Geo filters list.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.