NetworkSecurityGroupResourceSettingsArgs

data class NetworkSecurityGroupResourceSettingsArgs(val resourceType: Output<String>, val securityRules: Output<List<NsgSecurityRuleArgs>>? = null, val tags: Output<Map<String, String>>? = null, val targetResourceGroupName: Output<String>? = null, val targetResourceName: Output<String>) : ConvertibleToJava<NetworkSecurityGroupResourceSettingsArgs>

Defines the NSG resource settings.

Constructors

Link copied to clipboard
constructor(resourceType: Output<String>, securityRules: Output<List<NsgSecurityRuleArgs>>? = null, tags: Output<Map<String, String>>? = null, targetResourceGroupName: Output<String>? = null, targetResourceName: Output<String>)

Properties

Link copied to clipboard
val resourceType: Output<String>

The resource type. For example, the value can be Microsoft.Compute/virtualMachines. Expected value is 'Microsoft.Network/networkSecurityGroups'.

Link copied to clipboard
val securityRules: Output<List<NsgSecurityRuleArgs>>? = null

Gets or sets Security rules of network security group.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Gets or sets the Resource tags.

Link copied to clipboard
val targetResourceGroupName: Output<String>? = null

Gets or sets the target resource group name.

Link copied to clipboard

Gets or sets the target Resource name.

Functions

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