NATRules Collection [SPFSDK][VMMREF]
Applies To: Windows Azure Pack
The NATRules collection creates, gets, or deletes network address translation (NAT) rule entities for Virtual Machine Manager (VMM).
Namespace | OData Collection URI |
|---|---|
VMM | https://{server-name}:{auth-port}/{subscription-id}/services/systemcenter/vmm/NATRules |
Create (POST) | Read (GET) | Update (PUT) | Delete (DELETE) |
|---|---|---|---|
True | True | False | True |
The NATRule [SPFSDK][VMMREF] entity is exposed through this collection. These entity records directly relate to an existing NATConnection [SPFSDK][VMMREF] instance.
- Create (POST) a NATRule [SPFSDK][VMMREF]
Create a NATRule [SPFSDK][VMMREF] entity.
- Read (GET) a NATRule [SPFSDK][VMMREF]
Get a NATRule [SPFSDK][VMMREF] entity. For more information about returning multiple entities, see Common GET HTTP Info.
- Delete (DELETE) a NATRule [SPFSDK][VMMREF]
Delete an existing NATRule [SPFSDK][VMMREF] entity.
Show: