ipRules

@JvmName(name = "gojfeueodxtfhfbw")
suspend fun ipRules(value: Output<List<String>>)
@JvmName(name = "ludacmkprwwymjbg")
suspend fun ipRules(value: List<String>?)

Parameters

value

List of public IP or IP ranges in CIDR Format. Only IPv4 addresses are allowed. Private IP address ranges (as defined in RFC 1918) are not allowed.

Note: Small address ranges using "/31" or "/32" prefix sizes are not supported. These ranges should be configured using individual IP address rules without prefix specified. Note: IP network rules have no effect on requests originating from the same Azure region as the storage account. Use Virtual network rules to allow same-region requests. Services deployed in the same region as the storage account use private Azure IP addresses for communication. Thus, you cannot restrict access to specific Azure services based on their public outbound IP address range. Note: User has to explicitly set ip_rules to empty slice ([]) to remove it.


@JvmName(name = "lvqvgrkhlsxqsjeq")
suspend fun ipRules(vararg values: Output<String>)


@JvmName(name = "aewadoweytpllhls")
suspend fun ipRules(values: List<Output<String>>)
@JvmName(name = "ycysnayvqwjirijt")
suspend fun ipRules(vararg values: String)

Parameters

values

List of public IP or IP ranges in CIDR Format. Only IPv4 addresses are allowed. Private IP address ranges (as defined in RFC 1918) are not allowed.

Note: Small address ranges using "/31" or "/32" prefix sizes are not supported. These ranges should be configured using individual IP address rules without prefix specified. Note: IP network rules have no effect on requests originating from the same Azure region as the storage account. Use Virtual network rules to allow same-region requests. Services deployed in the same region as the storage account use private Azure IP addresses for communication. Thus, you cannot restrict access to specific Azure services based on their public outbound IP address range. Note: User has to explicitly set ip_rules to empty slice ([]) to remove it.