Documentation
¶
Index ¶
- type StorageAccount
- type StorageAccountKey
- type StorageAccountListKeysResult
- type StorageAccountProperties
- type StorageSKU
- type StorageService
- func (s *StorageService) Actions() []service.Action
- func (s *StorageService) HandleRequest(ctx *service.RequestContext) (*service.Response, error)
- func (s *StorageService) HealthCheck() error
- func (s *StorageService) Name() string
- func (s *StorageService) ProvisionTemplateResource(subscriptionID, resourceGroup string, resource map[string]any) (any, error)
- func (s *StorageService) ServiceKeys() []routing.ServiceKey
- func (s *StorageService) SupportsTemplateResource(resource map[string]any) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageAccount ¶
type StorageAccount struct {
ID string `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
Location string `json:"location"`
Tags map[string]string `json:"tags,omitempty"`
Kind string `json:"kind"`
SKU StorageSKU `json:"sku"`
Properties StorageAccountProperties `json:"properties"`
}
type StorageAccountKey ¶
type StorageAccountListKeysResult ¶
type StorageAccountListKeysResult struct {
Keys []StorageAccountKey `json:"keys"`
}
type StorageSKU ¶
type StorageSKU struct {
Name string `json:"name"`
}
type StorageService ¶
type StorageService struct {
// contains filtered or unexported fields
}
StorageService implements the Azure Storage control plane plus first-slice Blob and Queue data-plane APIs.
func New ¶
func New() *StorageService
func (*StorageService) Actions ¶
func (s *StorageService) Actions() []service.Action
func (*StorageService) HandleRequest ¶
func (s *StorageService) HandleRequest(ctx *service.RequestContext) (*service.Response, error)
func (*StorageService) HealthCheck ¶
func (s *StorageService) HealthCheck() error
func (*StorageService) Name ¶
func (s *StorageService) Name() string
func (*StorageService) ProvisionTemplateResource ¶
func (*StorageService) ServiceKeys ¶
func (s *StorageService) ServiceKeys() []routing.ServiceKey
func (*StorageService) SupportsTemplateResource ¶
func (s *StorageService) SupportsTemplateResource(resource map[string]any) bool
Click to show internal directories.
Click to hide internal directories.