(name string, integration api.NetworkIntegrationPost)
| 286 | CreateNetworkIntegration(integration api.NetworkIntegrationsPost) (err error) |
| 287 | UpdateNetworkIntegration(name string, integration api.NetworkIntegrationPut, ETag string) (err error) |
| 288 | RenameNetworkIntegration(name string, integration api.NetworkIntegrationPost) (err error) |
| 289 | DeleteNetworkIntegration(name string) (err error) |
| 290 | |
| 291 | // Operation functions |
no outgoing calls
no test coverage detected