ManagedHardwareSecurityModuleNetworkAcls

data class ManagedHardwareSecurityModuleNetworkAcls(val bypass: String, val defaultAction: String)

Constructors

Link copied to clipboard
constructor(bypass: String, defaultAction: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies which traffic can bypass the network rules. Possible values are AzureServices and None.

Link copied to clipboard

The Default Action to use. Possible values are Allow and Deny.