Share via


ServerFarmNetworkSettings Class

Network settings for an app service plan.

Constructor

ServerFarmNetworkSettings(*, virtual_network_subnet_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
virtual_network_subnet_id
str

Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration. This must be of the form /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.

Default value: None

Variables

Name Description
virtual_network_subnet_id
str

Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration. This must be of the form /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.