你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT> Interface
Type Parameters
- FluentT
the type of the resource
public interface WithSiteConfigs
A web app definition stage 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 WithCreate
Specifies the slot name to auto-swap when a deployment is completed in this web app / deployment slot.
Parameters:
Returns:
withDefaultDocument
public WithCreate
Adds a default document.
Parameters:
Returns:
withDefaultDocuments
public WithCreate
Adds a list of default documents.
Parameters:
Returns:
withJavaVersion
public WithWebContainer
Specifies the Java version.
Parameters:
Returns:
withManagedPipelineMode
public WithCreate
Specifies the managed pipeline mode.
Parameters:
Returns:
withNetFrameworkVersion
public WithCreate
Specifies the .NET Framework version.
Parameters:
Returns:
withoutDefaultDocument
public WithCreate
Removes a default document.
Parameters:
Returns:
withoutPhp
public WithCreate
Turn off PHP support.
Returns:
withPhpVersion
public WithCreate
Specifies the PHP version.
Parameters:
Returns:
withPlatformArchitecture
public WithCreate
Specifies the platform architecture to use.
Parameters:
Returns:
withPythonVersion
public WithCreate
Specifies the Python version.
Parameters:
Returns:
withRemoteDebuggingDisabled
public WithCreate
Disables remote debugging.
Returns:
withRemoteDebuggingEnabled
public WithCreate
Specifies the Visual Studio version for remote debugging.
Parameters:
Returns:
withWebAppAlwaysOn
public WithCreate
Specifies if the VM powering the web app is always powered on.
Parameters:
Returns:
withWebSocketsEnabled
public WithCreate
Specifies if web sockets are enabled.
Parameters:
Returns: