Compartir a través de


DeletedSiteProperties Class

Definition

DeletedSite resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeletedSitePropertiesTypeConverter))]
public class DeletedSiteProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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.Api20190801.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.

Applies to