GetNspAccessRulePlainArgs

data class GetNspAccessRulePlainArgs(val accessRuleName: String, val networkSecurityPerimeterName: String, val profileName: String, val resourceGroupName: String) : ConvertibleToJava<GetNspAccessRulePlainArgs>

Constructors

Link copied to clipboard
constructor(accessRuleName: String, networkSecurityPerimeterName: String, profileName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the NSP access rule.

Link copied to clipboard

The name of the network security perimeter.

Link copied to clipboard

The name of the NSP profile.

Link copied to clipboard

The name of the resource group.

Functions

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