Condividi tramite


IWithSiteConfigs<FluentT>.WithDefaultDocuments Metodo

Definizione

Aggiunge un elenco di documenti predefiniti.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithDefaultDocuments (System.Collections.Generic.IList<string> documents);
abstract member WithDefaultDocuments : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithDefaultDocuments (documents As IList(Of String)) As IWithCreate(Of FluentT)

Parametri

documents
IList<String>

Elenco di documenti predefiniti.

Restituisce

Si applica a