GetFunctionAppSiteConfigScmIpRestriction

data class GetFunctionAppSiteConfigScmIpRestriction(val action: String, val headers: GetFunctionAppSiteConfigScmIpRestrictionHeaders, val ipAddress: String, val name: String, val priority: Int, val serviceTag: String, val virtualNetworkSubnetId: String)

Constructors

Link copied to clipboard
constructor(action: String, headers: GetFunctionAppSiteConfigScmIpRestrictionHeaders, ipAddress: String, name: String, priority: Int, serviceTag: String, virtualNetworkSubnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allow or Deny access for this IP range. Defaults to Allow.

Link copied to clipboard

The IP Address used for this IP Restriction in CIDR notation.

Link copied to clipboard

The name of the Function App resource.

Link copied to clipboard

The priority for 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.