GetLinuxFunctionAppSiteConfigScmIpRestriction

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

Constructors

constructor(action: String, description: String, headers: List<GetLinuxFunctionAppSiteConfigScmIpRestrictionHeader>, 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

The description of the ip restriction rule.

Link copied to clipboard
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.