ListWebAppSitePushSettingsSlotPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

Name of web app.

Link copied to clipboard

Name of the resource group to which the resource belongs.

Link copied to clipboard

Name of web app slot. If not specified then will default to production slot.

Functions

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