IWithSiteConfigs<FluentT>.WithRemoteDebuggingEnabled Method

Definition

Specifies the Visual Studio version for remote debugging.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithRemoteDebuggingEnabled (Microsoft.Azure.Management.AppService.Fluent.RemoteVisualStudioVersion remoteVisualStudioVersion);
abstract member WithRemoteDebuggingEnabled : Microsoft.Azure.Management.AppService.Fluent.RemoteVisualStudioVersion -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithRemoteDebuggingEnabled (remoteVisualStudioVersion As RemoteVisualStudioVersion) As IWithCreate(Of FluentT)

Parameters

remoteVisualStudioVersion
RemoteVisualStudioVersion

The Visual Studio version for remote debugging.

Returns

Applies to