Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcquireCommand ¶
az storage container lease acquire \ --container-name $AZURE_STORAGE_CONTAINER \ --lease-duration 60
func NewAcquireCommand ¶
func NewAcquireCommand(cxt *command.Context) *AcquireCommand
func (*AcquireCommand) Acquire ¶
func (c *AcquireCommand) Acquire() error
func (*AcquireCommand) Run ¶
func (c *AcquireCommand) Run() error
func (*AcquireCommand) Validate ¶
func (c *AcquireCommand) Validate(args []string) error
type SubCommand ¶
func NewSubCommand ¶
func NewSubCommand(cxt *command.Context) *SubCommand
Click to show internal directories.
Click to hide internal directories.