ListWebAppSiteBackupsSlotPlainArgs

data class ListWebAppSiteBackupsSlotPlainArgs(val name: String, val resourceGroupName: String, val slot: String) : ConvertibleToJava<ListWebAppSiteBackupsSlotPlainArgs>

Constructors

Link copied to clipboard
fun ListWebAppSiteBackupsSlotPlainArgs(name: String, resourceGroupName: String, slot: String)

Functions

Link copied to clipboard
open override fun toJava(): ListWebAppSiteBackupsSlotPlainArgs

Properties

Link copied to clipboard

Name of the app.

Link copied to clipboard

Name of the resource group to which the resource belongs.

Link copied to clipboard

Name of the deployment slot. If a slot is not specified, the API will get backups of the production slot.