azure

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2015 License: MPL-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

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 {
	SettingsFile   string
	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) NewClientFromSettingsFile

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

NewClientFromSettingsFile returns a new Azure management client created using a publish settings file.

Jump to

Keyboard shortcuts

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