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 (*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 (*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 ¶
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{}
Click to show internal directories.
Click to hide internal directories.