IWithSiteConfigs<FluentT>.WithoutDefaultDocument(String) Method
Definition
Removes a default document.
public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithoutDefaultDocument (string document);
abstract member WithoutDefaultDocument : string -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithoutDefaultDocument (document As String) As IUpdate(Of FluentT)
Parameters
- document
- String
Default document to remove.