次の方法で共有


IRouteProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.RoutePropertiesTypeConverter))]
public interface IRouteProperties : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdStateProperties, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRouteUpdatePropertiesParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.RoutePropertiesTypeConverter))>]
type IRouteProperties = interface
    interface IJsonSerializable
    interface IRouteUpdatePropertiesParameters
    interface IAfdStateProperties
Public Interface IRouteProperties
Implements IAfdStateProperties, IRouteUpdatePropertiesParameters
Derived
Attributes
Implements

Properties

CacheConfigurationQueryParameter

query parameters to include or exclude (comma separated).

(Inherited from IRouteUpdatePropertiesParameters)
CacheConfigurationQueryStringCachingBehavior

Defines how Frontdoor caches requests that include query strings. You can ignore any query strings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query strings.

(Inherited from IRouteUpdatePropertiesParameters)
CompressionSettingContentTypesToCompress

List of content types on which compression applies. The value should be a valid MIME type.

(Inherited from IRouteUpdatePropertiesParameters)
CompressionSettingIsCompressionEnabled

Indicates whether content compression is enabled on AzureFrontDoor. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when requested content is smaller than 1 byte or larger than 1 MB.

(Inherited from IRouteUpdatePropertiesParameters)
CustomDomain

Domains referenced by this endpoint.

(Inherited from IRouteUpdatePropertiesParameters)
DeploymentStatus (Inherited from IAfdStateProperties)
EnabledState

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'

(Inherited from IRouteUpdatePropertiesParameters)
EndpointName

The name of the endpoint which holds the route.

(Inherited from IRouteUpdatePropertiesParameters)
ForwardingProtocol

Protocol this rule will use when forwarding traffic to backends.

(Inherited from IRouteUpdatePropertiesParameters)
HttpsRedirect

Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed.

(Inherited from IRouteUpdatePropertiesParameters)
LinkToDefaultDomain

whether this route will be linked to the default endpoint domain.

(Inherited from IRouteUpdatePropertiesParameters)
OriginGroupId

Resource ID.

(Inherited from IRouteUpdatePropertiesParameters)
OriginPath

A directory path on the origin that AzureFrontDoor can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.

(Inherited from IRouteUpdatePropertiesParameters)
PatternsToMatch

The route patterns of the rule.

(Inherited from IRouteUpdatePropertiesParameters)
ProvisioningState

Provisioning status

(Inherited from IAfdStateProperties)
RuleSet

rule sets referenced by this endpoint.

(Inherited from IRouteUpdatePropertiesParameters)
SupportedProtocol

List of supported protocols for this route.

(Inherited from IRouteUpdatePropertiesParameters)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to