IWebAppBase.GetHostNameBindingsAsync(CancellationToken) Method
Definition
public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Azure.Management.AppService.Fluent.IHostNameBinding>> GetHostNameBindingsAsync (System.Threading.CancellationToken cancellationToken = null);
abstract member GetHostNameBindingsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Azure.Management.AppService.Fluent.IHostNameBinding>>
Parameters
Returns
- Task<IReadOnlyDictionary<String,IHostNameBinding>>
Applies to