storage

package
v0.6.6 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PublicAccessOff       = "off"
	PublicAccessBlob      = "blob"
	PublicAccessContainer = "container"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	types.Metadata
	NetworkRules      []NetworkRule
	EnforceHTTPS      types.BoolValue
	Containers        []Container
	QueueProperties   QueueProperties
	MinimumTLSVersion types.StringValue
}

func (*Account) GetMetadata added in v0.3.24

func (a *Account) GetMetadata() *types.Metadata

func (*Account) GetRawValue added in v0.3.24

func (a *Account) GetRawValue() interface{}

type Container

type Container struct {
	types.Metadata
	PublicAccess types.StringValue
}

func (*Container) GetMetadata added in v0.3.24

func (c *Container) GetMetadata() *types.Metadata

func (*Container) GetRawValue added in v0.3.24

func (c *Container) GetRawValue() interface{}

type NetworkRule

type NetworkRule struct {
	types.Metadata
	Bypass         []types.StringValue
	AllowByDefault types.BoolValue
}

func (*NetworkRule) GetMetadata

func (n *NetworkRule) GetMetadata() *types.Metadata

func (*NetworkRule) GetRawValue

func (n *NetworkRule) GetRawValue() interface{}

type QueueProperties

type QueueProperties struct {
	types.Metadata
	EnableLogging types.BoolValue
}

func (*QueueProperties) GetMetadata added in v0.3.24

func (q *QueueProperties) GetMetadata() *types.Metadata

func (*QueueProperties) GetRawValue added in v0.3.24

func (q *QueueProperties) GetRawValue() interface{}

type Storage

type Storage struct {
	types.Metadata
	Accounts []Account
}

func (*Storage) GetMetadata added in v0.3.24

func (s *Storage) GetMetadata() *types.Metadata

func (*Storage) GetRawValue added in v0.3.24

func (s *Storage) GetRawValue() interface{}

Jump to

Keyboard shortcuts

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