GetNamespaceNetworkRuleSetResult

data class GetNamespaceNetworkRuleSetResult(val defaultAction: String? = null, val id: String, val ipRules: List<NWRuleSetIpRulesResponse>? = null, val location: String, val name: String, val publicNetworkAccess: String? = null, val systemData: SystemDataResponse, val trustedServiceAccessEnabled: Boolean? = null, val type: String, val virtualNetworkRules: List<NWRuleSetVirtualNetworkRulesResponse>? = null)

Description of topic resource.

Constructors

Link copied to clipboard
constructor(defaultAction: String? = null, id: String, ipRules: List<NWRuleSetIpRulesResponse>? = null, location: String, name: String, publicNetworkAccess: String? = null, systemData: SystemDataResponse, trustedServiceAccessEnabled: Boolean? = null, type: String, virtualNetworkRules: List<NWRuleSetVirtualNetworkRulesResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultAction: String? = null

Default Action for Network Rule Set

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

List of IpRules

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

This determines if traffic is allowed over public network. By default it is enabled. If value is SecuredByPerimeter then Inbound and Outbound communication is controlled by the network security perimeter and profile's access rules.

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard

Value that indicates whether Trusted Service Access is Enabled or not.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

Link copied to clipboard

List VirtualNetwork Rules