You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/examples/NspAccessRuleReconcile.json
Copy file name to clipboardExpand all lines: specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/examples/NspLinkGet.json
Copy file name to clipboardExpand all lines: specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/examples/NspLinkList.json
Copy file name to clipboardExpand all lines: specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/examples/NspLinkPut.json
Copy file name to clipboardExpand all lines: specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/examples/NspLinkReferenceGet.json
Copy file name to clipboardExpand all lines: specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/examples/NspLinkReferenceList.json
Copy file name to clipboardExpand all lines: specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/networkSecurityPerimeter.json
+30-2Lines changed: 30 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1736,6 +1736,24 @@
1736
1736
"modelAsString": true
1737
1737
}
1738
1738
},
1739
+
"NSPLinkProvisioningState": {
1740
+
"type": "string",
1741
+
"readOnly": true,
1742
+
"description": "The current provisioning state of NSP Link/LinkReference.",
1743
+
"enum": [
1744
+
"Succeeded",
1745
+
"Creating",
1746
+
"Updating",
1747
+
"Deleting",
1748
+
"Accepted",
1749
+
"Failed",
1750
+
"WaitForRemoteCompletion"
1751
+
],
1752
+
"x-ms-enum": {
1753
+
"name": "nspLinkProvisioningState",
1754
+
"modelAsString": true
1755
+
}
1756
+
},
1739
1757
"NspAccessRuleReconcile": {
1740
1758
"type": "object",
1741
1759
"properties": {},
@@ -1779,7 +1797,7 @@
1779
1797
"properties": {
1780
1798
"provisioningState": {
1781
1799
"readOnly": true,
1782
-
"$ref": "#/definitions/NSPProvisioningState",
1800
+
"$ref": "#/definitions/NSPLinkProvisioningState",
1783
1801
"description": "The provisioning state of the NSP Link resource."
1784
1802
},
1785
1803
"autoApprovedRemotePerimeterResourceId": {
@@ -1795,6 +1813,11 @@
1795
1813
"type": "string",
1796
1814
"description": "Remote NSP Guid with which the link gets created."
1797
1815
},
1816
+
"remotePerimeterLocation": {
1817
+
"readOnly": true,
1818
+
"type": "string",
1819
+
"description": "Remote NSP location with which the link gets created."
1820
+
},
1798
1821
"localInboundProfiles": {
1799
1822
"type": "array",
1800
1823
"items": {
@@ -1889,7 +1912,7 @@
1889
1912
"properties": {
1890
1913
"provisioningState": {
1891
1914
"readOnly": true,
1892
-
"$ref": "#/definitions/NSPProvisioningState",
1915
+
"$ref": "#/definitions/NSPLinkProvisioningState",
1893
1916
"description": "The provisioning state of the NSP LinkReference resource."
1894
1917
},
1895
1918
"remotePerimeterResourceId": {
@@ -1902,6 +1925,11 @@
1902
1925
"type": "string",
1903
1926
"description": "Remote NSP Guid with which the link is created."
1904
1927
},
1928
+
"remotePerimeterLocation": {
1929
+
"readOnly": true,
1930
+
"type": "string",
1931
+
"description": "Remote NSP location with which the link gets created."
0 commit comments