SwiftVirtualNetworkProperties Class
SwiftVirtualNetwork resource specific properties.
Constructor
SwiftVirtualNetworkProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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. |
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