Uses of Class
com.azure.resourcemanager.frontdoor.models.FrontDoorProtocol
Packages that use FrontDoorProtocol
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontDoorProtocol in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models with parameters of type FrontDoorProtocolModifier and TypeMethodDescriptionHealthProbeSettingsProperties.withProtocol(FrontDoorProtocol protocol) Set the protocol property: Protocol scheme to use for this probe.Method parameters in com.azure.resourcemanager.frontdoor.fluent.models with type arguments of type FrontDoorProtocolModifier and TypeMethodDescriptionRoutingRuleProperties.withAcceptedProtocols(List<FrontDoorProtocol> acceptedProtocols) Set the acceptedProtocols property: Protocol schemes to match for this rule. -
Uses of FrontDoorProtocol in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as FrontDoorProtocolModifier and TypeFieldDescriptionstatic final FrontDoorProtocolFrontDoorProtocol.HTTPStatic value Http for FrontDoorProtocol.static final FrontDoorProtocolFrontDoorProtocol.HTTPSStatic value Https for FrontDoorProtocol.Methods in com.azure.resourcemanager.frontdoor.models that return FrontDoorProtocolModifier and TypeMethodDescriptionstatic FrontDoorProtocolFrontDoorProtocol.fromString(String name) Creates or finds a FrontDoorProtocol from its string representation.HealthProbeSettingsModel.protocol()Get the protocol property: Protocol scheme to use for this probe.HealthProbeSettingsUpdateParameters.protocol()Get the protocol property: Protocol scheme to use for this probe.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type FrontDoorProtocolModifier and TypeMethodDescriptionRoutingRule.acceptedProtocols()Get the acceptedProtocols property: Protocol schemes to match for this rule.RoutingRuleUpdateParameters.acceptedProtocols()Get the acceptedProtocols property: Protocol schemes to match for this rule.static Collection<FrontDoorProtocol>FrontDoorProtocol.values()Gets known FrontDoorProtocol values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type FrontDoorProtocolModifier and TypeMethodDescriptionHealthProbeSettingsModel.withProtocol(FrontDoorProtocol protocol) Set the protocol property: Protocol scheme to use for this probe.HealthProbeSettingsUpdateParameters.withProtocol(FrontDoorProtocol protocol) Set the protocol property: Protocol scheme to use for this probe.Method parameters in com.azure.resourcemanager.frontdoor.models with type arguments of type FrontDoorProtocolModifier and TypeMethodDescriptionRoutingRule.withAcceptedProtocols(List<FrontDoorProtocol> acceptedProtocols) Set the acceptedProtocols property: Protocol schemes to match for this rule.RoutingRuleUpdateParameters.withAcceptedProtocols(List<FrontDoorProtocol> acceptedProtocols) Set the acceptedProtocols property: Protocol schemes to match for this rule.