GetLinuxFunctionAppSiteConfigIpRestriction

data class GetLinuxFunctionAppSiteConfigIpRestriction(val action: String, val headers: List<GetLinuxFunctionAppSiteConfigIpRestrictionHeader>, val ipAddress: String, val name: String, val priority: Int, val serviceTag: String, val virtualNetworkSubnetId: String)

Constructors

fun GetLinuxFunctionAppSiteConfigIpRestriction(action: String, headers: List<GetLinuxFunctionAppSiteConfigIpRestrictionHeader>, ipAddress: String, name: String, priority: Int, serviceTag: String, virtualNetworkSubnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action taken.

Link copied to clipboard

A headers block as defined above.

Link copied to clipboard

The CIDR notation of the IP or IP Range matched.

Link copied to clipboard

The name which should be used for this Linux 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 Virtual Network Subnet ID used for this IP Restriction.