Uses of Class
com.azure.resourcemanager.cdn.models.EnabledState
-
Packages that use EnabledState 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 EnabledState in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return EnabledState Modifier and Type Method Description EnabledStateAfdEndpointInner. enabledState()Get the enabledState property: Whether to enable use of this rule.EnabledStateAfdEndpointPropertiesUpdateParameters. enabledState()Get the enabledState property: Whether to enable use of this rule.EnabledStateAfdOriginInner. enabledState()Get the enabledState property: Whether to enable health probes to be made against backends defined under backendPools.EnabledStateAfdOriginUpdatePropertiesParameters. enabledState()Get the enabledState property: Whether to enable health probes to be made against backends defined under backendPools.EnabledStateRouteInner. enabledState()Get the enabledState property: Whether to enable use of this rule.EnabledStateRouteUpdatePropertiesParameters. enabledState()Get the enabledState property: Whether to enable use of this rule.EnabledStateAfdOriginGroupInner. sessionAffinityState()Get the sessionAffinityState property: Whether to allow session affinity on this host.EnabledStateAfdOriginGroupUpdatePropertiesParameters. sessionAffinityState()Get the sessionAffinityState property: Whether to allow session affinity on this host.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type EnabledState Modifier and Type Method Description AfdEndpointInnerAfdEndpointInner. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable use of this rule.AfdEndpointPropertiesAfdEndpointProperties. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable use of this rule.AfdEndpointPropertiesUpdateParametersAfdEndpointPropertiesUpdateParameters. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable use of this rule.AfdOriginInnerAfdOriginInner. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable health probes to be made against backends defined under backendPools.AfdOriginPropertiesAfdOriginProperties. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable health probes to be made against backends defined under backendPools.AfdOriginUpdatePropertiesParametersAfdOriginUpdatePropertiesParameters. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable health probes to be made against backends defined under backendPools.RouteInnerRouteInner. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable use of this rule.RoutePropertiesRouteProperties. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable use of this rule.RouteUpdatePropertiesParametersRouteUpdatePropertiesParameters. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable use of this rule.AfdOriginGroupInnerAfdOriginGroupInner. withSessionAffinityState(EnabledState sessionAffinityState)Set the sessionAffinityState property: Whether to allow session affinity on this host.AfdOriginGroupPropertiesAfdOriginGroupProperties. withSessionAffinityState(EnabledState sessionAffinityState)Set the sessionAffinityState property: Whether to allow session affinity on this host.AfdOriginGroupUpdatePropertiesParametersAfdOriginGroupUpdatePropertiesParameters. withSessionAffinityState(EnabledState sessionAffinityState)Set the sessionAffinityState property: Whether to allow session affinity on this host. -
Uses of EnabledState in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as EnabledState Modifier and Type Field Description static EnabledStateEnabledState. DISABLEDStatic value Disabled for EnabledState.static EnabledStateEnabledState. ENABLEDStatic value Enabled for EnabledState.Methods in com.azure.resourcemanager.cdn.models that return EnabledState Modifier and Type Method Description EnabledStateAfdEndpointUpdateParameters. enabledState()Get the enabledState property: Whether to enable use of this rule.EnabledStateAfdOriginUpdateParameters. enabledState()Get the enabledState property: Whether to enable health probes to be made against backends defined under backendPools.EnabledStateRouteUpdateParameters. enabledState()Get the enabledState property: Whether to enable use of this rule.static EnabledStateEnabledState. fromString(String name)Creates or finds a EnabledState from its string representation.EnabledStateAfdOriginGroupUpdateParameters. sessionAffinityState()Get the sessionAffinityState property: Whether to allow session affinity on this host.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type EnabledState Modifier and Type Method Description static Collection<EnabledState>EnabledState. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type EnabledState Modifier and Type Method Description AfdEndpointUpdateParametersAfdEndpointUpdateParameters. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable use of this rule.AfdOriginUpdateParametersAfdOriginUpdateParameters. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable health probes to be made against backends defined under backendPools.RouteUpdateParametersRouteUpdateParameters. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable use of this rule.AfdOriginGroupUpdateParametersAfdOriginGroupUpdateParameters. withSessionAffinityState(EnabledState sessionAffinityState)Set the sessionAffinityState property: Whether to allow session affinity on this host.
-