你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SwiftVirtualNetworkProperties Class

SwiftVirtualNetwork resource specific properties.

Constructor

SwiftVirtualNetworkProperties(*args: Any, **kwargs: Any)

Variables

Name Description
subnet_resource_id
str

The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.

swift_supported

A flag that specifies if the scale unit this Web App is on supports Swift integration.

Attributes

subnet_resource_id

The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.

subnet_resource_id: str | None

swift_supported

A flag that specifies if the scale unit this Web App is on supports Swift integration.

swift_supported: bool | None