azure

package
v0.6.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2015 License: MPL-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PlatformStorageError = errors.New("When using a platform image, the 'storage' parameter is required")

Functions

func Provider

func Provider() terraform.ResourceProvider

Provider returns a terraform.ResourceProvider.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client contains all the handles required for managing Azure services.

type Config

type Config struct {
	Settings       []byte
	SubscriptionID string
	Certificate    []byte
	ManagementURL  string
}

Config is the configuration structure used to instantiate a new Azure management client.

func (*Config) NewClient

func (c *Config) NewClient() (*Client, error)

NewClient returns a new Azure management client created using a subscription ID and certificate.

func (*Config) NewClientFromSettingsData added in v0.6.2

func (c *Config) NewClientFromSettingsData() (*Client, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL