IWithScmSiteAlsoStopped<FluentT>.WithScmSiteAlsoStopped(Boolean) Method

Definition

Specifies if SCM site is also stopped when the web app is stopped.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithScmSiteAlsoStopped (bool scmSiteAlsoStopped);
abstract member WithScmSiteAlsoStopped : bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithScmSiteAlsoStopped (scmSiteAlsoStopped As Boolean) As IWithCreate(Of FluentT)

Parameters

scmSiteAlsoStopped
Boolean

True if SCM site is also stopped.

Returns

Applies to