Uses of Class
com.microsoft.azure.management.cdn.EnabledState
Packages that use EnabledState
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of EnabledState in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as EnabledStateModifier and TypeFieldDescriptionstatic final EnabledState
EnabledState.DISABLED
Static value Disabled for EnabledState.static final EnabledState
EnabledState.ENABLED
Static value Enabled for EnabledState.Methods in com.microsoft.azure.management.cdn that return EnabledStateModifier and TypeMethodDescriptionAFDEndpointUpdateParameters.enabledState()
Get whether to enable use of this rule.AFDOriginUpdateParameters.enabledState()
Get whether to enable health probes to be made against backends defined under backendPools.RouteUpdateParameters.enabledState()
Get whether to enable use of this rule.static EnabledState
EnabledState.fromString
(String name) Creates or finds a EnabledState from its string representation.AFDOriginGroupUpdateParameters.sessionAffinityState()
Get whether to allow session affinity on this host.Methods in com.microsoft.azure.management.cdn that return types with arguments of type EnabledStateMethods in com.microsoft.azure.management.cdn with parameters of type EnabledStateModifier and TypeMethodDescriptionAFDEndpointUpdateParameters.withEnabledState
(EnabledState enabledState) Set whether to enable use of this rule.AFDOriginUpdateParameters.withEnabledState
(EnabledState enabledState) Set whether to enable health probes to be made against backends defined under backendPools.RouteUpdateParameters.withEnabledState
(EnabledState enabledState) Set whether to enable use of this rule.AFDOriginGroupUpdateParameters.withSessionAffinityState
(EnabledState sessionAffinityState) Set whether to allow session affinity on this host.