Namespaces - Get Network Rule Set

Gets NetworkRuleSet for a Namespace.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/networkRuleSets/default?api-version=2021-11-01

URI Parameters

Name In Required Type Description
namespaceName
path True

string

The namespace name

resourceGroupName
path True

string

Name of the Resource group within the Azure subscription.

subscriptionId
path True

string

Subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

api-version
query True

string

Client API version.

Responses

Name Type Description
200 OK

NetworkRuleSet

Namespace NetworkRuleSet successfully returned.

Other Status Codes

ErrorResponse

ServiceBus error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

NameSpaceNetworkRuleSetGet

Sample Request

GET https://management.azure.com/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Relay/namespaces/example-RelayNamespace-6019/networkRuleSets/default?api-version=2021-11-01

Sample Response

{
  "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/resourcegroupid/providers/Microsoft.Relay/namespaces/example-RelayNamespace-9659/networkruleset/default",
  "name": "default",
  "type": "Microsoft.Relay/Namespaces/NetworkRuleSet",
  "properties": {
    "trustedServiceAccessEnabled": false,
    "defaultAction": "Deny",
    "ipRules": [
      {
        "ipMask": "1.1.1.1",
        "action": "Allow"
      },
      {
        "ipMask": "1.1.1.2",
        "action": "Allow"
      },
      {
        "ipMask": "1.1.1.3",
        "action": "Allow"
      },
      {
        "ipMask": "1.1.1.4",
        "action": "Allow"
      },
      {
        "ipMask": "1.1.1.5",
        "action": "Allow"
      }
    ]
  }
}

Definitions

Name Description
createdByType

The type of identity that created the resource.

DefaultAction

Default Action for Network Rule Set

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

NetworkRuleIPAction

The IP Filter Action

NetworkRuleSet

Description of topic resource.

NWRuleSetIpRules

The response from the List namespace operation.

PublicNetworkAccess

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

systemData

Metadata pertaining to creation and last modification of the resource.

createdByType

The type of identity that created the resource.

Name Type Description
Application

string

Key

string

ManagedIdentity

string

User

string

DefaultAction

Default Action for Network Rule Set

Name Type Description
Allow

string

Deny

string

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

NetworkRuleIPAction

The IP Filter Action

Name Type Description
Allow

string

NetworkRuleSet

Description of topic resource.

Name Type Description
id

string

Resource ID.

name

string

Resource name.

properties.defaultAction

DefaultAction

Default Action for Network Rule Set

properties.ipRules

NWRuleSetIpRules[]

List of IpRules

properties.publicNetworkAccess

PublicNetworkAccess

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

properties.trustedServiceAccessEnabled

boolean

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

systemData

systemData

The system meta data relating to this resource.

type

string

Resource type.

NWRuleSetIpRules

The response from the List namespace operation.

Name Type Description
action

NetworkRuleIPAction

The IP Filter Action

ipMask

string

IP Mask

PublicNetworkAccess

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

Name Type Description
Disabled

string

Enabled

string

SecuredByPerimeter

string

systemData

Metadata pertaining to creation and last modification of the resource.

Name Type Description
createdAt

string

The timestamp of resource creation (UTC).

createdBy

string

The identity that created the resource.

createdByType

createdByType

The type of identity that created the resource.

lastModifiedAt

string

The timestamp of resource last modification (UTC)

lastModifiedBy

string

The identity that last modified the resource.

lastModifiedByType

createdByType

The type of identity that last modified the resource.