storage

package
v0.51.1 Latest Latest
Warning

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

Go to latest
Published: May 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

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 {
	Metadata          iacTypes.Metadata
	NetworkRules      []NetworkRule
	EnforceHTTPS      iacTypes.BoolValue
	Containers        []Container
	QueueProperties   QueueProperties
	MinimumTLSVersion iacTypes.StringValue
	Queues            []Queue
}

type Container

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

type NetworkRule

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

type Queue

type Queue struct {
	Metadata iacTypes.Metadata
	Name     iacTypes.StringValue
}

type QueueProperties

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

type Storage

type Storage struct {
	Accounts []Account
}

Jump to

Keyboard shortcuts

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