GetWindowsFunctionAppSiteConfigIpRestriction

data class GetWindowsFunctionAppSiteConfigIpRestriction(val action: String, val description: String, val headers: List<GetWindowsFunctionAppSiteConfigIpRestrictionHeader>, val ipAddress: String, val name: String, val priority: Int, val serviceTag: String, val virtualNetworkSubnetId: String)

Constructors

constructor(action: String, description: String, headers: List<GetWindowsFunctionAppSiteConfigIpRestrictionHeader>, ipAddress: String, name: String, priority: Int, serviceTag: String, virtualNetworkSubnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to take.

Link copied to clipboard

The description of the ip restriction rule.

Link copied to clipboard

The CIDR notation of the IP or IP Range to match.

Link copied to clipboard

The name of this Windows Function App.

Link copied to clipboard

The priority value of this ip_restriction.

Link copied to clipboard

The Service Tag used for this IP Restriction.

Link copied to clipboard

The subnet id which the Windows Function App is vNet Integrated with.