GetFirewallRulePlainArgs

data class GetFirewallRulePlainArgs(val accountName: String, val firewallRuleName: String, val resourceGroupName: String) : ConvertibleToJava<GetFirewallRulePlainArgs>

Constructors

Link copied to clipboard
constructor(accountName: String, firewallRuleName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Data Lake Analytics account.

Link copied to clipboard

The name of the firewall rule to retrieve.

Link copied to clipboard

The name of the Azure resource group.

Functions

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