NetworkRuleSet interface

Description of topic resource.

Extends

Properties

defaultAction

Default Action for Network Rule Set

ipRules

List of IpRules

publicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled

trustedServiceAccessEnabled

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

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

publicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled

publicNetworkAccess?: string

Property Value

string

trustedServiceAccessEnabled

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

trustedServiceAccessEnabled?: boolean

Property Value

boolean

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