GetNamespaceIpFilterRuleResult

data class GetNamespaceIpFilterRuleResult(val action: String? = null, val azureApiVersion: String, val filterName: String? = null, val id: String, val ipMask: String? = null, val name: String, val type: String)

Single item in a List or Get IpFilterRules operation

Constructors

Link copied to clipboard
constructor(action: String? = null, azureApiVersion: String, filterName: String? = null, id: String, ipMask: String? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

The IP Filter Action

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val filterName: String? = null

IP Filter name

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
val ipMask: String? = null

IP Mask

Link copied to clipboard

The name of the resource

Link copied to clipboard

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