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.v2019_08_01.models._models_py3.ProxyOnlyResourceSwiftVirtualNetwork
Constructor
SwiftVirtualNetwork(*, kind: Optional[str] = None, subnet_resource_id: Optional[str] = None, swift_supported: Optional[bool] = None, **kwargs)
Parameters
- subnet_resource_id
- str
Required
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
- bool
Required
A flag that specifies if the scale unit this Web App is on supports Swift integration.
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
Feedback
Submit and view feedback for