GetStandardSiteConfigScmIpRestriction

data class GetStandardSiteConfigScmIpRestriction(val action: String? = null, val headers: GetStandardSiteConfigScmIpRestrictionHeaders, val ipAddress: String? = null, val name: String, val priority: Int? = null, val serviceTag: String? = null, val virtualNetworkSubnetId: String? = null) : ConvertibleToJava<GetStandardSiteConfigScmIpRestriction>

Constructors

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

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.

Functions

Link copied to clipboard
open override fun toJava(): GetStandardSiteConfigScmIpRestriction