ISnapshotRecoverySource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SnapshotRecoverySourceTypeConverter))]
public interface ISnapshotRecoverySource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SnapshotRecoverySourceTypeConverter))>]
type ISnapshotRecoverySource = interface
interface IJsonSerializable
Public Interface ISnapshotRecoverySource
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Id |
ARM resource ID of the source app. /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots. |
Location |
Geographical location of the source web app, e.g. SouthEastAsia, SouthCentralUS |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |