DeletedSite Class
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.
A deleted app.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DeletedSiteTypeConverter))]
public class DeletedSite : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDeletedSite, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DeletedSiteTypeConverter))>]
type DeletedSite = class
interface IDeletedSite
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class DeletedSite
Implements IDeletedSite, IValidates
- Inheritance
-
DeletedSite
- Attributes
- Implements
Constructors
DeletedSite() |
Creates an new DeletedSite instance. |
Properties
DeletedSiteId |
Numeric id for the deleted site |
DeletedSiteName |
Name of the deleted site |
DeletedTimestamp |
Time in UTC when the app was deleted. |
GeoRegionName |
Geo Region of the deleted site |
Id |
Resource Id. |
Kind |
Kind of resource. |
Name |
Resource Name. |
PropertiesKind |
Kind of site that was deleted |
ResourceGroup |
ResourceGroup that contained the deleted site |
Slot |
Slot of the deleted site |
Subscription |
Subscription containing the deleted site |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeletedSite. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeletedSite. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDeletedSite. |
FromJsonString(String) |
Creates a new instance of DeletedSite, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeletedSite into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |