|
1436 | 1436 | "schema": { |
1437 | 1437 | "$ref": "#/definitions/BackendAddressInboundNatRulePortMappings" |
1438 | 1438 | } |
1439 | | - }, |
1440 | | - "default": { |
1441 | | - "description": "Error response describing why the operation failed.", |
1442 | | - "schema": { |
1443 | | - "$ref": "#/definitions/ErrorResponse" |
1444 | | - } |
1445 | 1439 | } |
1446 | 1440 | }, |
1447 | 1441 | "x-ms-examples": { |
1448 | | - "Check connectivity": { |
| 1442 | + "Query inbound Nat rule port mapping": { |
1449 | 1443 | "$ref": "./examples/QueryInboundNatRulePortMapping.json" |
1450 | 1444 | } |
1451 | 1445 | }, |
|
1717 | 1711 | "description": "Reference to the frontend ip address configuration defined in regional loadbalancer." |
1718 | 1712 | }, |
1719 | 1713 | "inboundNatRulesPortMapping": { |
| 1714 | + "readOnly": true, |
1720 | 1715 | "type": "array", |
1721 | 1716 | "items": { |
1722 | 1717 | "$ref": "#/definitions/NatRulePortMapping" |
1723 | 1718 | }, |
1724 | | - "description": "Collection of inboound Nat rule port mappings." |
| 1719 | + "description": "Collection of inbound Nat rule port mappings." |
1725 | 1720 | } |
1726 | 1721 | }, |
1727 | 1722 | "description": "Properties of the load balancer backend addresses." |
|
2526 | 2521 | "description": "The properties of VIP swap request's frontend IP configuration object." |
2527 | 2522 | }, |
2528 | 2523 | "NatRulePortMapping": { |
| 2524 | + "type": "object", |
2529 | 2525 | "properties": { |
2530 | 2526 | "inboundNatRuleName": { |
2531 | 2527 | "type": "string", |
|
2545 | 2541 | "description": "Individual port mappings for inbound NAT rule created for backend pool." |
2546 | 2542 | }, |
2547 | 2543 | "QueryInboundNatRulePortMappingRequest": { |
| 2544 | + "type": "object", |
2548 | 2545 | "properties": { |
2549 | 2546 | "iPConfiguration": { |
2550 | 2547 | "$ref": "./network.json#/definitions/SubResource", |
|
2558 | 2555 | "description": "The request for a QueryInboundNatRulePortMapping API." |
2559 | 2556 | }, |
2560 | 2557 | "BackendAddressInboundNatRulePortMappings": { |
| 2558 | + "type": "object", |
2561 | 2559 | "properties": { |
2562 | 2560 | "inboundNatRulePortMappings": { |
2563 | 2561 | "type": "array", |
2564 | 2562 | "items": { |
2565 | 2563 | "$ref": "#/definitions/InboundNatRulePortMapping" |
2566 | 2564 | }, |
2567 | | - "description": "Collection of inboound Nat rule port mappings." |
| 2565 | + "description": "Collection of inbound Nat rule port mappings." |
2568 | 2566 | } |
2569 | 2567 | }, |
2570 | 2568 | "description": "The response for a QueryInboundNatRulePortMapping API." |
2571 | 2569 | }, |
2572 | 2570 | "InboundNatRulePortMapping": { |
| 2571 | + "type": "object", |
2573 | 2572 | "properties": { |
2574 | 2573 | "inboundNatRuleName": { |
2575 | 2574 | "type": "string", |
|
0 commit comments