Documentation ¶
Index ¶
- func ImporterValidatingStorageResourceId(validateFunc StorageIDValidationFunc) *schema.ResourceImporter
- func ImporterValidatingStorageResourceIdThen(validateFunc StorageIDValidationFunc, thenFunc pluginsdk.ImporterFunc) *schema.ResourceImporter
- func SchemaStorageAccountCorsRule(patchEnabled bool) *pluginsdk.Schema
- type StorageIDValidationFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImporterValidatingStorageResourceId ¶
func ImporterValidatingStorageResourceId(validateFunc StorageIDValidationFunc) *schema.ResourceImporter
ImporterValidatingStorageResourceId is similar to pluginsdk.ImporterValidatingResourceId whilst additionally passing in the storage domain suffix for the current environment/cloud, so that the domain component of the ID can be validated.
func ImporterValidatingStorageResourceIdThen ¶
func ImporterValidatingStorageResourceIdThen(validateFunc StorageIDValidationFunc, thenFunc pluginsdk.ImporterFunc) *schema.ResourceImporter
ImporterValidatingStorageResourceIdThen is similar to pluginsdk.ImporterValidatingResourceIdThen whilst additionally passing in the storage domain suffix for the current environment/cloud, so that the domain component of the ID can be validated.
Types ¶
type StorageIDValidationFunc ¶
Click to show internal directories.
Click to hide internal directories.