azurerm

package
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2018 License: MPL-2.0 Imports: 79 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplicationGatewayResGroupAndNameFromID added in v0.3.2

func ApplicationGatewayResGroupAndNameFromID(ApplicationGatewayID string) (string, string, error)

func Provider

func Provider() terraform.ResourceProvider

Provider returns a terraform.ResourceProvider.

Types

type ArmClient

type ArmClient struct {
	StopContext context.Context
	// contains filtered or unexported fields
}

ArmClient contains the handles to all the specific Azure Resource Manager resource classes' respective clients.

type AzureManagementLockId added in v1.0.0

type AzureManagementLockId struct {
	Scope string
	Name  string
}

type KeyVaultCertificateImportParameters added in v0.3.0

type KeyVaultCertificateImportParameters struct {
	CertificateData     string
	CertificatePassword string
}

type KeyVaultChildID added in v0.3.0

type KeyVaultChildID struct {
	KeyVaultBaseUrl string
	Name            string
	Version         string
}

type ResourceID

type ResourceID struct {
	SubscriptionID string
	ResourceGroup  string
	Provider       string
	Path           map[string]string
}

ResourceID represents a parsed long-form Azure Resource Manager ID with the Subscription ID, Resource Group and the Provider as top- level fields, and other key-value pairs available via a map in the Path field.

Source Files

Directories

Path Synopsis
helpers

Jump to

Keyboard shortcuts

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