azurerm

package
v1.37.0 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2019 License: MPL-2.0 Imports: 200 Imported by: 16

Documentation

Overview

nolint: megacheck entire automation SDK has been depreciated in v21.3 in favor of logic apps, an entirely different service.

nolint: megacheck entire automation SDK has been depreciated in v21.3 in favor of logic apps, an entirely different service.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AllEquals added in v1.36.0

func AllEquals(v ...interface{}) bool

func Provider

func Provider() terraform.ResourceProvider

Provider returns a terraform.ResourceProvider.

Types

type ArmClient

type ArmClient struct {
	// inherit the fields from the parent, so that we should be able to set/access these at either level
	clients.Client

	// Services
	// NOTE: all new services should be Public as they're going to be relocated in the near-future
	ManagementGroups *managementgroup.Client
	Maps             *maps.Client
	MariaDB          *mariadb.Client
	Media            *media.Client
	Monitor          *monitor.Client
	Msi              *msi.Client
	Mssql            *mssql.Client
	Mysql            *mysql.Client
	Netapp           *netapp.Client
	Network          *network.Client
	NotificationHubs *notificationhub.Client
	Policy           *policy.Client
	Portal           *portal.Client
	Postgres         *postgres.Client
	PrivateDns       *privatedns.Client
	RecoveryServices *recoveryservices.Client
	Redis            *redis.Client
	Relay            *relay.Client
	Resource         *resource.Client
	Scheduler        *scheduler.Client
	Search           *search.Client
	SecurityCenter   *securitycenter.Client
	ServiceBus       *servicebus.Client
	ServiceFabric    *servicefabric.Client
	SignalR          *signalr.Client
	Storage          *storage.Client
	StreamAnalytics  *streamanalytics.Client
	Subscription     *subscription.Client
	Sql              *sql.Client
	TrafficManager   *trafficmanager.Client
	Web              *web.Client
	// contains filtered or unexported fields
}

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

type AzureEventGridEventSubscriptionID added in v1.23.0

type AzureEventGridEventSubscriptionID struct {
	Scope string
	Name  string
}

type AzureManagementLockId added in v1.0.0

type AzureManagementLockId struct {
	Scope string
	Name  string
}

type DatasetColumn added in v1.25.0

type DatasetColumn struct {
	Name        string `json:"name,omitempty"`
	Description string `json:"description,omitempty"`
	Type        string `json:"type,omitempty"`
}

DatasetColumn describes the attributes needed to specify a structure column for a dataset

type KeyVaultCertificateImportParameters added in v0.3.0

type KeyVaultCertificateImportParameters struct {
	CertificateData     string
	CertificatePassword string
}

Source Files

Jump to

Keyboard shortcuts

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