次の方法で共有


IWithExternalRedirectUrls<ParentT>.WithAllowedExternalRedirectUrl メソッド

定義

外部リダイレクト URL を追加します。

public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<ParentT> WithAllowedExternalRedirectUrl(string url);
abstract member WithAllowedExternalRedirectUrl : string -> Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<'ParentT>
Public Function WithAllowedExternalRedirectUrl (url As String) As IWithAttach(Of ParentT)

パラメーター

url
String

外部リダイレクト URL。

戻り値

適用対象