Uses of Class
com.azure.resourcemanager.frontdoor.models.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
Modifier and TypeMethodDescriptionHealthProbeSettingsProperties.withProtocol
(FrontDoorProtocol protocol) Set the protocol property: Protocol scheme to use for this probe.Modifier 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
Modifier and TypeFieldDescriptionstatic final FrontDoorProtocol
FrontDoorProtocol.HTTP
Static value Http for FrontDoorProtocol.static final FrontDoorProtocol
FrontDoorProtocol.HTTPS
Static value Https for FrontDoorProtocol.Modifier and TypeMethodDescriptionstatic FrontDoorProtocol
FrontDoorProtocol.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.Modifier 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.Modifier 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.Modifier 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.