次の方法で共有


UriRewriteActionProperties(UriRewriteActionType, String, String) コンストラクター

定義

UriRewriteActionProperties の新しいインスタンスを初期化します。

public UriRewriteActionProperties (Azure.ResourceManager.Cdn.Models.UriRewriteActionType actionType, string sourcePattern, string destination);
new Azure.ResourceManager.Cdn.Models.UriRewriteActionProperties : Azure.ResourceManager.Cdn.Models.UriRewriteActionType * string * string -> Azure.ResourceManager.Cdn.Models.UriRewriteActionProperties
Public Sub New (actionType As UriRewriteActionType, sourcePattern As String, destination As String)

パラメーター

sourcePattern
String

は、書き換えられる可能性がある要求の種類を識別する要求 URI パターンを定義します。 value が空白の場合、すべての文字列が一致します。

destination
String

上記の要求の書き換え先となる相対 URL を定義します。

例外

sourcePattern または destination が null です。

適用対象