NetworkRuleSet interface

Description of topic resource.

Extends

Properties

defaultAction

Default Action for Network Rule Set

ipRules

List of IpRules

location

The geo-location where the resource lives

publicNetworkAccess

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.

trustedServiceAccessEnabled

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

virtualNetworkRules

List VirtualNetwork Rules

Inherited Properties

id

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

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

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

Property Details

defaultAction

Default Action for Network Rule Set

defaultAction?: string

Property Value

string

ipRules

List of IpRules

ipRules?: NWRuleSetIpRules[]

Property Value

location

The geo-location where the resource lives

location?: string

Property Value

string

publicNetworkAccess

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.

publicNetworkAccess?: string

Property Value

string

trustedServiceAccessEnabled

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

trustedServiceAccessEnabled?: boolean

Property Value

boolean

virtualNetworkRules

List VirtualNetwork Rules

virtualNetworkRules?: NWRuleSetVirtualNetworkRules[]

Property Value

Inherited Property Details

id

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

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

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

type?: string

Property Value

string

Inherited From ProxyResource.type