IWithExternalRedirectUrls<ParentT>.WithAllowedExternalRedirectUrl 메서드

정의

외부 리디렉션 URL을 추가합니다.

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

매개 변수

url
String

외부 리디렉션 URL입니다.

반환

적용 대상