Documentation ¶
Index ¶
- func DataAgentPool() *schema.Resource
- func DataAgentPools() *schema.Resource
- func DataAgentQueue() *schema.Resource
- func DataEnvironment() *schema.Resource
- func DataVariableGroup() *schema.Resource
- func ResourceAgentPool() *schema.Resource
- func ResourceAgentPoolVMSS() *schema.Resource
- func ResourceAgentQueue() *schema.Resource
- func ResourceEnvironment() *schema.Resource
- func ResourceVariableGroup() *schema.Resource
- type KeyVaultSecret
- type KeyVaultSecretAttributes
- type KeyVaultSecretResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataAgentPool ¶
DataAgentPool schema and implementation for agent pool data source
func DataAgentPools ¶
DataAgentPools schema and implementation for agent pools data source
func DataAgentQueue ¶
DataAgentQueue schema and implementation for agent queue source
func DataEnvironment ¶
func DataVariableGroup ¶
func ResourceAgentPool ¶
ResourceAgentPool schema and implementation for agent pool resource
func ResourceAgentPoolVMSS ¶
func ResourceAgentQueue ¶
ResourceAgentQueue schema and implementation for agent queue resource
func ResourceEnvironment ¶
ResourceEnvironment schema and implementation for environment resource
func ResourceVariableGroup ¶
ResourceVariableGroup schema and implementation for variable group resource
Types ¶
type KeyVaultSecret ¶
type KeyVaultSecret struct { ContentType *string `json:"contentType,omitempty"` ID *string `json:"id,omitempty"` KeyVaultSecretAttributes `json:"attributes,omitempty"` }
type KeyVaultSecretResult ¶
type KeyVaultSecretResult struct { Value *[]KeyVaultSecret `json:"value,omitempty"` NextLink *string `json:"nextLink,omitempty"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.