你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WebAppBase.UpdateStages.WithSiteConfigs<FluentT> Interface
Type Parameters
- FluentT
the type of the resource
public interface WithSiteConfigs
The stage of the web app update allowing other configurations to be set. These configurations can be cloned when creating or swapping with a deployment slot.
Method Summary
Method Details
withAutoSwapSlotName
public Update
Specifies the slot name to auto-swap when a deployment is completed in this web app / deployment slot.
Parameters:
Returns:
withDefaultDocument
public Update
Adds a default document.
Parameters:
Returns:
withDefaultDocuments
public Update
Adds a list of default documents.
Parameters:
Returns:
withJavaVersion
public WithWebContainer
Specifies the Java version.
Parameters:
Returns:
withManagedPipelineMode
public Update
Specifies the managed pipeline mode.
Parameters:
Returns:
withNetFrameworkVersion
public Update
Specifies the .NET Framework version.
Parameters:
Returns:
withoutDefaultDocument
public Update
Removes a default document.
Parameters:
Returns:
withoutJava
public Update
Turn off Java support.
Returns:
withoutPython
public Update
Turn off Python support.
Returns:
withPhpVersion
public Update
Specifies the PHP version.
Parameters:
Returns:
withPlatformArchitecture
public Update
Specifies the platform architecture to use.
Parameters:
Returns:
withPythonVersion
public Update
Specifies the Python version.
Parameters:
Returns:
withRemoteDebuggingDisabled
public Update
Disables remote debugging.
Returns:
withRemoteDebuggingEnabled
public Update
Specifies the Visual Studio version for remote debugging.
Parameters:
Returns:
withWebAppAlwaysOn
public Update
Specifies if the VM powering the web app is always powered on.
Parameters:
Returns:
withWebSocketsEnabled
public Update
Specifies if web sockets are enabled.
Parameters:
Returns: