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 { NetworkRules []NetworkRule EnforceHTTPS types.BoolValue Containers []Container QueueProperties QueueProperties MinimumTLSVersion types.StringValue }
type Container ¶
type Container struct {
PublicAccess types.StringValue
}
type NetworkRule ¶
type NetworkRule struct { types.Metadata Bypass []types.StringValue AllowByDefault types.BoolValue }
func (NetworkRule) GetMetadata ¶
func (r NetworkRule) GetMetadata() *types.Metadata
func (NetworkRule) GetRawValue ¶
func (r NetworkRule) GetRawValue() interface{}
type QueueProperties ¶
Click to show internal directories.
Click to hide internal directories.