Uses of Class
com.azure.resourcemanager.cdn.models.MatchVariable
Packages that use MatchVariable
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of MatchVariable in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as MatchVariableModifier and TypeFieldDescriptionstatic final MatchVariableMatchVariable.CLIENT_PORTStatic value ClientPort for MatchVariable.static final MatchVariableMatchVariable.COOKIESStatic value Cookies for MatchVariable.static final MatchVariableMatchVariable.HOST_NAMEStatic value HostName for MatchVariable.static final MatchVariableMatchVariable.HTTP_VERSIONStatic value HttpVersion for MatchVariable.static final MatchVariableMatchVariable.IS_DEVICEStatic value IsDevice for MatchVariable.static final MatchVariableMatchVariable.POST_ARGSStatic value PostArgs for MatchVariable.static final MatchVariableMatchVariable.QUERY_STRINGStatic value QueryString for MatchVariable.static final MatchVariableMatchVariable.REMOTE_ADDRESSStatic value RemoteAddress for MatchVariable.static final MatchVariableMatchVariable.REQUEST_BODYStatic value RequestBody for MatchVariable.static final MatchVariableMatchVariable.REQUEST_HEADERStatic value RequestHeader for MatchVariable.static final MatchVariableMatchVariable.REQUEST_METHODStatic value RequestMethod for MatchVariable.static final MatchVariableMatchVariable.REQUEST_SCHEMEStatic value RequestScheme for MatchVariable.static final MatchVariableMatchVariable.REQUEST_URIStatic value RequestUri for MatchVariable.static final MatchVariableMatchVariable.SERVER_PORTStatic value ServerPort for MatchVariable.static final MatchVariableMatchVariable.SOCKET_ADDRStatic value SocketAddr for MatchVariable.static final MatchVariableMatchVariable.SSL_PROTOCOLStatic value SslProtocol for MatchVariable.static final MatchVariableMatchVariable.URL_FILE_EXTENSIONStatic value UrlFileExtension for MatchVariable.static final MatchVariableMatchVariable.URL_FILE_NAMEStatic value UrlFileName for MatchVariable.static final MatchVariableMatchVariable.URL_PATHStatic value UrlPath for MatchVariable.Methods in com.azure.resourcemanager.cdn.models that return MatchVariableModifier and TypeMethodDescriptionstatic MatchVariableMatchVariable.fromString(String name) Creates or finds a MatchVariable from its string representation.DeliveryRuleClientPortCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleCookiesCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleHostnameCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleHttpVersionCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleIsDeviceCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRulePostArgsCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleQueryStringCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleRemoteAddressCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleRequestBodyCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleRequestHeaderCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleRequestMethodCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleRequestSchemeCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleRequestUriCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleServerPortCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleSocketAddrCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleSslProtocolCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleUrlFileExtensionCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleUrlFileNameCondition.name()Get the name property: The name of the condition for the delivery rule.DeliveryRuleUrlPathCondition.name()Get the name property: The name of the condition for the delivery rule.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type MatchVariableModifier and TypeMethodDescriptionstatic Collection<MatchVariable> MatchVariable.values()Gets known MatchVariable values.