Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageAccountId ¶
func NewStorageAccountID ¶
func NewStorageAccountID(subscriptionId, resourceGroup, name string) StorageAccountId
func StorageAccountID ¶
func StorageAccountID(input string) (*StorageAccountId, error)
StorageAccountID parses a StorageAccount ID into an StorageAccountId struct
func StorageAccountIDInsensitively ¶
func StorageAccountIDInsensitively(input string) (*StorageAccountId, error)
StorageAccountIDInsensitively parses an StorageAccount ID into an StorageAccountId struct, insensitively This should only be used to parse an ID for rewriting, the StorageAccountID method should be used instead for validation etc.
Whilst this may seem strange, this enables Terraform have consistent casing which works around issues in Core, whilst handling broken API responses.
func (StorageAccountId) ID ¶
func (id StorageAccountId) ID() string
func (StorageAccountId) String ¶
func (id StorageAccountId) String() string
type StorageContainerDataPlaneId ¶
func NewStorageContainerDataPlaneId ¶
func NewStorageContainerDataPlaneId(accountName, domainSuffix, name string) StorageContainerDataPlaneId
func StorageContainerDataPlaneID ¶
func StorageContainerDataPlaneID(id string) (*StorageContainerDataPlaneId, error)
func (StorageContainerDataPlaneId) ID ¶
func (id StorageContainerDataPlaneId) ID() string
type StorageContainerResourceManagerId ¶
type StorageContainerResourceManagerId struct { SubscriptionId string ResourceGroup string StorageAccountName string BlobServiceName string ContainerName string }
func NewStorageContainerResourceManagerID ¶
func NewStorageContainerResourceManagerID(subscriptionId, resourceGroup, storageAccountName, blobServiceName, containerName string) StorageContainerResourceManagerId
func StorageContainerResourceManagerID ¶
func StorageContainerResourceManagerID(input string) (*StorageContainerResourceManagerId, error)
StorageContainerResourceManagerID parses a StorageContainerResourceManager ID into an StorageContainerResourceManagerId struct
func (StorageContainerResourceManagerId) ID ¶
func (id StorageContainerResourceManagerId) ID() string
func (StorageContainerResourceManagerId) String ¶
func (id StorageContainerResourceManagerId) String() string
Click to show internal directories.
Click to hide internal directories.