networkSecurityGroupRules

@JvmName(name = "rntbfdmcpfkkehfx")
suspend fun networkSecurityGroupRules(value: Output<List<NetworkSecurityGroupRuleArgs>>)
@JvmName(name = "kosqpfvgmnhxaxdg")
suspend fun networkSecurityGroupRules(value: List<NetworkSecurityGroupRuleArgs>?)

Parameters

value

The maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400.


@JvmName(name = "evaiwgyafliulrom")
suspend fun networkSecurityGroupRules(vararg values: Output<NetworkSecurityGroupRuleArgs>)


@JvmName(name = "bgnusyiwpeniucby")
suspend fun networkSecurityGroupRules(values: List<Output<NetworkSecurityGroupRuleArgs>>)
@JvmName(name = "cmhifslxximdykpf")
suspend fun networkSecurityGroupRules(vararg values: NetworkSecurityGroupRuleArgs)

Parameters

values

The maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400.


@JvmName(name = "rmwwkwbmmgopmtei")
suspend fun networkSecurityGroupRules(argument: List<suspend NetworkSecurityGroupRuleArgsBuilder.() -> Unit>)
@JvmName(name = "soiroscttqpipmxf")
suspend fun networkSecurityGroupRules(vararg argument: suspend NetworkSecurityGroupRuleArgsBuilder.() -> Unit)
@JvmName(name = "femuombfqdcbmrjc")
suspend fun networkSecurityGroupRules(argument: suspend NetworkSecurityGroupRuleArgsBuilder.() -> Unit)

Parameters

argument

The maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400.