GetStandardSiteConfigIpRestriction

data class GetStandardSiteConfigIpRestriction(val action: String? = null, val headers: GetStandardSiteConfigIpRestrictionHeaders, val ipAddress: String? = null, val name: String, val priority: Int? = null, val serviceTag: String? = null, val virtualNetworkSubnetId: String? = null)

Constructors

Link copied to clipboard
constructor(action: String? = null, headers: GetStandardSiteConfigIpRestrictionHeaders, ipAddress: String? = null, name: String, priority: Int? = null, serviceTag: String? = null, virtualNetworkSubnetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

Does this restriction Allow or Deny access for this IP range.

Link copied to clipboard

The headers block for this specific ip_restriction as defined below.

Link copied to clipboard
val ipAddress: String? = null

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

Link copied to clipboard

The name of the Logic App.

Link copied to clipboard
val priority: Int? = null

The priority for this IP Restriction. Restrictions are enforced in priority order.

Link copied to clipboard
val serviceTag: String? = null

The Service Tag used for this IP Restriction.

Link copied to clipboard

The Virtual Network Subnet ID used for this IP Restriction.