Versions in this module Expand all Collapse all v1 v1.0.0 Dec 30, 2019 Changes in this version + type ConnectionAzure struct + func CreateConnection(authInfo, url string, lstream logger) (connection *ConnectionAzure, err error) + func (connection *ConnectionAzure) GetAllTagNames() (tagNames []string, err error) + func (connection *ConnectionAzure) GetIPTagMapping() (ipToKeyToValue map[domain.CloudIP]map[string]string, err error) + func (connection *ConnectionAzure) IPAddresses() (ips []domain.CloudIP, err error) + func (connection *ConnectionAzure) Send(log log.Log)