다음을 통해 공유


UrlRewriteActionParameters interface

URL 다시 쓰기 작업에 대한 매개 변수를 정의합니다.

속성

destination

위의 요청을 다시 작성할 상대 URL을 정의합니다.

preserveUnmatchedPath

일치하지 않는 경로를 유지할지 여부입니다. 기본값은 true입니다.

sourcePattern

는 다시 작성할 수 있는 요청 유형을 식별하는 요청 URI 패턴을 정의합니다. 값이 비어 있으면 모든 문자열이 일치합니다.

typeName

속성 세부 정보

destination

위의 요청을 다시 작성할 상대 URL을 정의합니다.

destination: string

속성 값

string

preserveUnmatchedPath

일치하지 않는 경로를 유지할지 여부입니다. 기본값은 true입니다.

preserveUnmatchedPath?: boolean

속성 값

boolean

sourcePattern

는 다시 작성할 수 있는 요청 유형을 식별하는 요청 URI 패턴을 정의합니다. 값이 비어 있으면 모든 문자열이 일치합니다.

sourcePattern: string

속성 값

string

typeName

typeName: "DeliveryRuleUrlRewriteActionParameters"

속성 값

"DeliveryRuleUrlRewriteActionParameters"