Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorFailToDeletInstance = errors.New("Failed to delete Function Instance: %s") ErrorConvertApplicationId = errors.New("Invalid --application-id flag provided. The value must be an integer. Run the command 'azion delete function-instance --help' to display more information and try again") ErrorConvertFunctionInstanceId = errors.New("Invalid --instance-id flag provided. The value must be an integer. Run the command 'azion delete function-instance --help' to display more information and try again") )
View Source
var ( Usage = "function-instance" ShortDescription = "Deletes a Function Instance" LongDescription = "Removes a Function Instance from the Function Instances library based on a given ID" OutputSuccess = "Function Instance %s was successfully deleted" HelpFlag = "Displays more information about the delete function-instance subcommand" FlagId = "Unique identifier of the Function Instance" AskDeleteInput = "Enter the ID of the Function Instance you wish to delete:" AskDeleteApplicationInput = "Enter the ID of the Application you wish to delete:" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.