Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterfacesClient ¶
type InterfacesClient interface { InterfacesClientAddons }
InterfacesClient is a minimal interface for azure InterfacesClient
func NewInterfacesClient ¶
func NewInterfacesClient(subscriptionID string, authorizer autorest.Authorizer) InterfacesClient
NewInterfacesClient creates a new InterfacesClient
type InterfacesClientAddons ¶
type InterfacesClientAddons interface {
DeleteAndWait(ctx context.Context, resourceGroupName string, networkInterfaceName string) (err error)
}
InterfacesClientAddons contains addons for InterfacesClient
type PublicIPAddressesClient ¶
type PublicIPAddressesClient interface { List(ctx context.Context, resourceGroupName string) (ips []network.PublicIPAddress, err error) PublicIPAddressesClientAddons }
PublicIPAddressesClient is a minimal interface for azure PublicIPAddressesClient
func NewPublicIPAddressesClient ¶
func NewPublicIPAddressesClient(subscriptionID string, authorizer autorest.Authorizer) PublicIPAddressesClient
NewPublicIPAddressesClient creates a new PublicIPAddressesClient
Click to show internal directories.
Click to hide internal directories.