NspAccessRule interface
The NSP access rule resource
- Extends
Properties
| address |
Inbound address prefixes (IPv4/IPv6) |
| direction | Direction that specifies whether the access rules is inbound/outbound. |
| email |
Outbound rules in email address format. This access rule type is currently unavailable for use. |
| fully |
Outbound rules in fully qualified domain name format. |
| network |
Rule specified by the perimeter id. NOTE: This property will not be serialized. It can only be populated by the server. |
| phone |
Outbound rules in phone number format. This access rule type is currently unavailable for use. |
| provisioning |
The provisioning state of the scope assignment resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| service |
Inbound rules of type service tag. This access rule type is currently unavailable for use. |
| subscriptions | List of subscription ids |
Inherited Properties
| id | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
addressPrefixes
Inbound address prefixes (IPv4/IPv6)
addressPrefixes?: string[]
Property Value
string[]
direction
Direction that specifies whether the access rules is inbound/outbound.
direction?: string
Property Value
string
emailAddresses
Outbound rules in email address format. This access rule type is currently unavailable for use.
emailAddresses?: string[]
Property Value
string[]
fullyQualifiedDomainNames
Outbound rules in fully qualified domain name format.
fullyQualifiedDomainNames?: string[]
Property Value
string[]
networkSecurityPerimeters
Rule specified by the perimeter id. NOTE: This property will not be serialized. It can only be populated by the server.
networkSecurityPerimeters?: PerimeterBasedAccessRule[]
Property Value
phoneNumbers
Outbound rules in phone number format. This access rule type is currently unavailable for use.
phoneNumbers?: string[]
Property Value
string[]
provisioningState
The provisioning state of the scope assignment resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
serviceTags
Inbound rules of type service tag. This access rule type is currently unavailable for use.
serviceTags?: string[]
Property Value
string[]
subscriptions
Inherited Property Details
id
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From SecurityPerimeterProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From SecurityPerimeterProxyResource.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SecurityPerimeterSystemData
Property Value
Inherited From SecurityPerimeterProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From SecurityPerimeterProxyResource.type