resource

package
v1.44.1-0...-4e0a530 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: MPL-2.0 Imports: 49 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Pending       = "Pending"
	Registering   = "Registering"
	Unregistering = "Unregistering"
	Registered    = "Registered"
	NotRegistered = "NotRegistered"
	Unregistered  = "Unregistered"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerConfigurationModel

type ContainerConfigurationModel struct {
	ContainerGroupName string `tfschema:"container_group_name"`
}

type DeploymentScriptKind

type DeploymentScriptKind string
const (
	AzurePowerShellKind DeploymentScriptKind = "AzurePowerShell"
	AzureCliKind        DeploymentScriptKind = "AzureCli"
)

type EnvironmentVariableModel

type EnvironmentVariableModel struct {
	Name        string `tfschema:"name"`
	SecureValue string `tfschema:"secure_value"`
	Value       string `tfschema:"value"`
}

type Registration

type Registration struct{}

func (Registration) DataSources

func (r Registration) DataSources() []sdk.DataSource

DataSources returns a list of Data Sources supported by this Service

func (Registration) Name

func (r Registration) Name() string

Name is the name of this Service

func (Registration) Resources

func (r Registration) Resources() []sdk.Resource

Resources returns a list of Resources supported by this Service

func (Registration) SupportedDataSources

func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource

SupportedDataSources returns the supported Data Sources supported by this Service

func (Registration) SupportedResources

func (r Registration) SupportedResources() map[string]*pluginsdk.Resource

SupportedResources returns the supported Resources supported by this Service

func (Registration) WebsiteCategories

func (r Registration) WebsiteCategories() []string

WebsiteCategories returns a list of categories which can be used for the sidebar

type ResourceDeploymentScriptAzureCliModel

type ResourceDeploymentScriptAzureCliModel ResourceDeploymentScriptModel

type ResourceDeploymentScriptAzureCliResource

type ResourceDeploymentScriptAzureCliResource struct{}

func (ResourceDeploymentScriptAzureCliResource) Arguments

func (ResourceDeploymentScriptAzureCliResource) Attributes

func (ResourceDeploymentScriptAzureCliResource) Create

func (ResourceDeploymentScriptAzureCliResource) Delete

func (ResourceDeploymentScriptAzureCliResource) IDValidationFunc

func (ResourceDeploymentScriptAzureCliResource) ModelObject

func (r ResourceDeploymentScriptAzureCliResource) ModelObject() interface{}

func (ResourceDeploymentScriptAzureCliResource) Read

func (ResourceDeploymentScriptAzureCliResource) ResourceType

func (ResourceDeploymentScriptAzureCliResource) Update

type ResourceDeploymentScriptAzurePowerShellModel

type ResourceDeploymentScriptAzurePowerShellModel ResourceDeploymentScriptModel

type ResourceDeploymentScriptAzurePowerShellResource

type ResourceDeploymentScriptAzurePowerShellResource struct{}

func (ResourceDeploymentScriptAzurePowerShellResource) Arguments

func (ResourceDeploymentScriptAzurePowerShellResource) Attributes

func (ResourceDeploymentScriptAzurePowerShellResource) Create

func (ResourceDeploymentScriptAzurePowerShellResource) Delete

func (ResourceDeploymentScriptAzurePowerShellResource) IDValidationFunc

func (ResourceDeploymentScriptAzurePowerShellResource) ModelObject

func (r ResourceDeploymentScriptAzurePowerShellResource) ModelObject() interface{}

func (ResourceDeploymentScriptAzurePowerShellResource) Read

func (ResourceDeploymentScriptAzurePowerShellResource) ResourceType

func (ResourceDeploymentScriptAzurePowerShellResource) Update

type ResourceDeploymentScriptModel

type ResourceDeploymentScriptModel struct {
	Name                   string                             `tfschema:"name"`
	ResourceGroupName      string                             `tfschema:"resource_group_name"`
	Arguments              string                             `tfschema:"command_line"`
	Version                string                             `tfschema:"version"`
	CleanupPreference      deploymentscripts.CleanupOptions   `tfschema:"cleanup_preference"`
	ContainerSettings      []ContainerConfigurationModel      `tfschema:"container"`
	EnvironmentVariables   []EnvironmentVariableModel         `tfschema:"environment_variable"`
	ForceUpdateTag         string                             `tfschema:"force_update_tag"`
	Location               string                             `tfschema:"location"`
	PrimaryScriptUri       string                             `tfschema:"primary_script_uri"`
	RetentionInterval      string                             `tfschema:"retention_interval"`
	ScriptContent          string                             `tfschema:"script_content"`
	StorageAccountSettings []StorageAccountConfigurationModel `tfschema:"storage_account"`
	SupportingScriptUris   []string                           `tfschema:"supporting_script_uris"`
	Tags                   map[string]string                  `tfschema:"tags"`
	Timeout                string                             `tfschema:"timeout"`
	Outputs                string                             `tfschema:"outputs"`
}

type ResourceDeploymentScriptPatchModel

type ResourceDeploymentScriptPatchModel struct {
	Tags map[string]string `tfschema:"tags"`
}

type ResourceManagementPrivateLinkAssociationResource

type ResourceManagementPrivateLinkAssociationResource struct{}

func (ResourceManagementPrivateLinkAssociationResource) Arguments

func (ResourceManagementPrivateLinkAssociationResource) Attributes

func (ResourceManagementPrivateLinkAssociationResource) Create

func (ResourceManagementPrivateLinkAssociationResource) Delete

func (ResourceManagementPrivateLinkAssociationResource) IDValidationFunc

func (ResourceManagementPrivateLinkAssociationResource) ModelObject

func (r ResourceManagementPrivateLinkAssociationResource) ModelObject() interface{}

func (ResourceManagementPrivateLinkAssociationResource) Read

func (ResourceManagementPrivateLinkAssociationResource) ResourceType

type ResourceManagementPrivateLinkAssociationResourceSchema

type ResourceManagementPrivateLinkAssociationResourceSchema struct {
	ManagementGroupId               string `tfschema:"management_group_id"`
	Name                            string `tfschema:"name"`
	ResourceManagementPrivateLinkId string `tfschema:"resource_management_private_link_id"`
	PublicNetworkAccessEnabled      bool   `tfschema:"public_network_access_enabled"`
	TenantID                        string `tfschema:"tenant_id"`
}

type ResourceManagementPrivateLinkResource

type ResourceManagementPrivateLinkResource struct{}

func (ResourceManagementPrivateLinkResource) Arguments

func (ResourceManagementPrivateLinkResource) Attributes

func (ResourceManagementPrivateLinkResource) Create

func (ResourceManagementPrivateLinkResource) Delete

func (ResourceManagementPrivateLinkResource) IDValidationFunc

func (ResourceManagementPrivateLinkResource) ModelObject

func (r ResourceManagementPrivateLinkResource) ModelObject() interface{}

func (ResourceManagementPrivateLinkResource) Read

func (ResourceManagementPrivateLinkResource) ResourceType

type ResourceManagementPrivateLinkResourceSchema

type ResourceManagementPrivateLinkResourceSchema struct {
	Location          string `tfschema:"location"`
	Name              string `tfschema:"name"`
	ResourceGroupName string `tfschema:"resource_group_name"`
}

type ResourceProviderRegistrationFeatureModel

type ResourceProviderRegistrationFeatureModel struct {
	Name       string `tfschema:"name"`
	Registered bool   `tfschema:"registered"`
}

type ResourceProviderRegistrationModel

type ResourceProviderRegistrationModel struct {
	Name     string                                     `tfschema:"name"`
	Features []ResourceProviderRegistrationFeatureModel `tfschema:"feature"`
}

type ResourceProviderRegistrationResource

type ResourceProviderRegistrationResource struct{}

func (ResourceProviderRegistrationResource) Arguments

func (ResourceProviderRegistrationResource) Attributes

func (ResourceProviderRegistrationResource) Create

func (ResourceProviderRegistrationResource) CustomImporter

func (ResourceProviderRegistrationResource) Delete

func (ResourceProviderRegistrationResource) IDValidationFunc

func (ResourceProviderRegistrationResource) ModelObject

func (r ResourceProviderRegistrationResource) ModelObject() interface{}

func (ResourceProviderRegistrationResource) Read

func (ResourceProviderRegistrationResource) ResourceType

func (ResourceProviderRegistrationResource) Update

type StorageAccountConfigurationModel

type StorageAccountConfigurationModel struct {
	StorageAccountKey  string `tfschema:"key"`
	StorageAccountName string `tfschema:"name"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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