次の方法で共有


IWithSiteConfigs<FluentT>.WithDefaultDocuments メソッド

定義

既定のドキュメントの一覧を追加します。

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)

パラメーター

documents
IList<String>

既定のドキュメントの一覧。

戻り値

適用対象