GetLinuxWebAppSiteConfigScmIpRestriction

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

Constructors

Link copied to clipboard
constructor(action: String, description: String, headers: List<GetLinuxWebAppSiteConfigScmIpRestrictionHeader>, ipAddress: String, name: String, priority: Int, serviceTag: String, virtualNetworkSubnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A action block as defined above.

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 Linux Web 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 Linux Web App is vNet Integrated with.