DeletedSiteProperties 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.
DeletedSite resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DeletedSitePropertiesTypeConverter))]
public class DeletedSiteProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDeletedSiteProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DeletedSitePropertiesTypeConverter))>]
type DeletedSiteProperties = class
interface IDeletedSiteProperties
interface IJsonSerializable
Public Class DeletedSiteProperties
Implements IDeletedSiteProperties
- Inheritance
-
DeletedSiteProperties
- Attributes
- Implements
Constructors
DeletedSiteProperties() |
Creates an new DeletedSiteProperties 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 |
Kind |
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 |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeletedSiteProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeletedSiteProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDeletedSiteProperties. |
FromJsonString(String) |
Creates a new instance of DeletedSiteProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeletedSiteProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |