GetNetworkDdosProtectionPlanPlainArgs

data class GetNetworkDdosProtectionPlanPlainArgs(val name: String, val resourceGroupName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetNetworkDdosProtectionPlanPlainArgs>

A collection of arguments for invoking getNetworkDdosProtectionPlan.

Constructors

Link copied to clipboard
fun GetNetworkDdosProtectionPlanPlainArgs(name: String, resourceGroupName: String, tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard

The name of the Network DDoS Protection Plan.

Link copied to clipboard

The name of the resource group where the Network DDoS Protection Plan exists.

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

A mapping of tags assigned to the resource.