taskagent

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2023 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DataAgentPool

func DataAgentPool() *schema.Resource

DataAgentPool schema and implementation for agent pool data source

func DataAgentPools

func DataAgentPools() *schema.Resource

DataAgentPools schema and implementation for agent pools data source

func DataAgentQueue

func DataAgentQueue() *schema.Resource

DataAgentQueue schema and implementation for agent queue source

func DataEnvironment added in v0.8.0

func DataEnvironment() *schema.Resource

func DataVariableGroup added in v0.2.0

func DataVariableGroup() *schema.Resource

func ResourceAgentPool

func ResourceAgentPool() *schema.Resource

ResourceAgentPool schema and implementation for agent pool resource

func ResourceAgentPoolVMSS added in v0.7.0

func ResourceAgentPoolVMSS() *schema.Resource

func ResourceAgentQueue

func ResourceAgentQueue() *schema.Resource

ResourceAgentQueue schema and implementation for agent queue resource

func ResourceEnvironment added in v0.2.0

func ResourceEnvironment() *schema.Resource

ResourceEnvironment schema and implementation for environment resource

func ResourceVariableGroup

func ResourceVariableGroup() *schema.Resource

ResourceVariableGroup schema and implementation for variable group resource

Types

type KeyVaultSecret added in v0.1.4

type KeyVaultSecret struct {
	ContentType              *string `json:"contentType,omitempty"`
	ID                       *string `json:"id,omitempty"`
	KeyVaultSecretAttributes `json:"attributes,omitempty"`
}

type KeyVaultSecretAttributes added in v0.1.4

type KeyVaultSecretAttributes struct {
	Enabled       *bool   `json:"enabled,omitempty"`
	Created       *int64  `json:"created,omitempty"`
	Updated       *int64  `json:"updated,omitempty"`
	Expire        *int64  `json:"exp,omitempty"`
	RecoveryLevel *string `json:"recoveryLevel,omitempty"`
}

type KeyVaultSecretResult added in v0.1.4

type KeyVaultSecretResult struct {
	Value    *[]KeyVaultSecret `json:"value,omitempty"`
	NextLink *string           `json:"nextLink,omitempty"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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