Versions in this module Expand all Collapse all v1 v1.46.0 Nov 10, 2020 Changes in this version + func AccountIDSchema() *schema.Schema + func BuildContainerPermissionsString(perms map[string]interface{}) string + func BuildPermissionsString(perms map[string]interface{}) string + func BuildResourceTypesString(resTypes map[string]interface{}) string + func BuildServicesString(services map[string]interface{}) string + func ExpandMetaData(input map[string]interface{}) map[string]string + func FlattenMetaData(input map[string]string) map[string]interface + func MetaDataComputedSchema() *schema.Schema + func MetaDataSchema() *schema.Schema + func ResourceStorageAccountMigrateState(v int, is *terraform.InstanceState, _ interface{}) (*terraform.InstanceState, error) + func ResourceStorageBlobMigrateState(v int, is *terraform.InstanceState, meta interface{}) (*terraform.InstanceState, error) + func ResourceStorageContainerMigrateState(v int, is *terraform.InstanceState, meta interface{}) (*terraform.InstanceState, error) + func ResourceStorageQueueMigrateState(v int, is *terraform.InstanceState, meta interface{}) (*terraform.InstanceState, error) + func ResourceStorageShareStateUpgradeV0ToV1(rawState map[string]interface{}, _ interface{}) (map[string]interface{}, error) + func ResourceStorageShareStateUpgradeV1ToV2(rawState map[string]interface{}, meta interface{}) (map[string]interface{}, error) + func ResourceStorageTableStateResourceV0V1() *schema.Resource + func ResourceStorageTableStateUpgradeV0ToV1(rawState map[string]interface{}, meta interface{}) (map[string]interface{}, error) + func ResourceStorageTableStateUpgradeV1ToV2(rawState map[string]interface{}, meta interface{}) (map[string]interface{}, error) + func ValidateAccountID(i interface{}, k string) (warnings []string, errors []error) + func ValidateArmStorageAccountName(v interface{}, _ string) (warnings []string, errors []error) + func ValidateArmStorageQueueName(v interface{}, k string) (warnings []string, errors []error) + func ValidateArmStorageShareName(v interface{}, k string) (warnings []string, errors []error) + func ValidateArmStorageTableName(v interface{}, k string) (warnings []string, errors []error) + func ValidateMetaDataKeys(value interface{}, _ string) (warnings []string, errors []error) + type BlobUpload struct + AccountName string + BlobName string + BlobType string + Client *blobs.Client + ContainerName string + ContentType string + MetaData map[string]string + Parallelism int + Size int + Source string + SourceContent string + SourceUri string + func (sbu BlobUpload) Create(ctx context.Context) error + type Registration struct + func (r Registration) Name() string + func (r Registration) SupportedDataSources() map[string]*schema.Resource + func (r Registration) SupportedResources() map[string]*schema.Resource + func (r Registration) WebsiteCategories() []string