GetIpFirewallRuleResult

data class GetIpFirewallRuleResult(val endIpAddress: String? = null, val id: String, val name: String, val provisioningState: String, val startIpAddress: String? = null, val type: String)

IP firewall rule

Constructors

Link copied to clipboard
constructor(endIpAddress: String? = null, id: String, name: String, provisioningState: String, startIpAddress: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endIpAddress: String? = null

The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

Resource provisioning state

Link copied to clipboard
val startIpAddress: String? = null

The start IP address of the firewall rule. Must be IPv4 format

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"