IWithExternalRedirectUrls<ParentT>.WithAllowedExternalRedirectUrl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an external redirect 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)
Parameters
- url
- String
The external redirect URL.