你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SwiftVirtualNetwork Class
Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2020_12_01.models._models_py3.ProxyOnlyResourceSwiftVirtualNetwork
Constructor
SwiftVirtualNetwork(*, kind: str | None = None, subnet_resource_id: str | None = None, swift_supported: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
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. |
swift_supported
|
A flag that specifies if the scale unit this Web App is on supports Swift integration. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
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. |
swift_supported
|
A flag that specifies if the scale unit this Web App is on supports Swift integration. |