UriRewriteActionProperties(UriRewriteActionType, String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- actionType
- UriRewriteActionType
- sourcePattern
- String
は、書き換えられる可能性がある要求の種類を識別する要求 URI パターンを定義します。 value が空白の場合、すべての文字列が一致します。
- destination
- String
上記の要求の書き換え先となる相対 URL を定義します。
例外
sourcePattern
または destination
が null です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET