OptionalrequestOptions: ModulesClient.RequestOptionsRequest-specific configuration.
Create a new Actions Module for reusable code across actions.
OptionalrequestOptions: ModulesClient.RequestOptionsRequest-specific configuration.
Retrieve details of a specific Actions Module by its unique identifier.
The ID of the action module to retrieve.
OptionalrequestOptions: ModulesClient.RequestOptionsRequest-specific configuration.
Permanently delete an Actions Module. This will fail if the module is still in use by any actions.
The ID of the Actions Module to delete.
OptionalrequestOptions: ModulesClient.RequestOptionsRequest-specific configuration.
Update properties of an existing Actions Module, such as code, dependencies, or secrets.
The ID of the action module to update.
OptionalrequestOptions: ModulesClient.RequestOptionsRequest-specific configuration.
Lists all actions that are using a specific Actions Module, showing which deployed action versions reference this Actions Module.
The unique ID of the module.
OptionalrequestOptions: ModulesClient.RequestOptionsRequest-specific configuration.
Rolls back an Actions Module's draft to a previously created version. This action copies the code, dependencies, and secrets from the specified version into the current draft.
The unique ID of the module to roll back.
OptionalrequestOptions: ModulesClient.RequestOptionsRequest-specific configuration.
Retrieve a paginated list of all Actions Modules with optional filtering and totals.