Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureManager ¶
type AzureManager struct {
// contains filtered or unexported fields
}
type IPAddressManager ¶
type IPAddressManager struct { AzureManager // contains filtered or unexported fields }
func NewIPAddressManager ¶
func NewIPAddressManager(subsId string) (*IPAddressManager, error)
func (*IPAddressManager) GetIPAddress ¶
func (mgr *IPAddressManager) GetIPAddress(ctx context.Context, resGrNm, resNm string) (*armnetwork.PublicIPAddress, error)
type InterfaceManager ¶
type InterfaceManager struct { AzureManager // contains filtered or unexported fields }
func NewInterfaceManager ¶
func NewInterfaceManager(subsId string) (*InterfaceManager, error)
Click to show internal directories.
Click to hide internal directories.