Documentation
¶
Overview ¶
Package network implements the Microsoft.Network ARM resources we expose: virtualNetworks, subnets (nested), and networkSecurityGroups. Real armnetwork clients hit this handler the same way they hit management.azure.com.
Supported operations (compute parity with AWS EC2 networking):
PUT/GET/DELETE /subscriptions/{s}/resourceGroups/{rg}/providers/
Microsoft.Network/virtualNetworks/{name}
GET .../virtualNetworks — list in RG
PUT/GET/DELETE .../virtualNetworks/{vn}/subnets/{n} — nested subnet
GET .../virtualNetworks/{vn}/subnets — list subnets
PUT/GET/DELETE .../networkSecurityGroups/{name} — NSG CRUD
GET .../networkSecurityGroups — list NSGs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler serves Microsoft.Network ARM requests against a networking driver.
Click to show internal directories.
Click to hide internal directories.