NetworkRuleSet interface
Description of topic resource.
- Extends
Properties
| default |
Default Action for Network Rule Set |
| ip |
List of IpRules |
| location | The geo-location where the resource lives |
| public |
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. |
| trusted |
Value that indicates whether Trusted Service Access is Enabled or not. |
| virtual |
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 |
| system |
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
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
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