DeletedSiteInner Class

Definition

A deleted app.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DeletedSiteInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DeletedSiteInner = class
    inherit ProxyOnlyResourceInner
Public Class DeletedSiteInner
Inherits ProxyOnlyResourceInner
Inheritance
Attributes

Constructors

DeletedSiteInner()

Initializes a new instance of the DeletedSiteInner class.

DeletedSiteInner(String, String, String, String, Nullable<Int32>, String, String, String, String, String, String, String)

Initializes a new instance of the DeletedSiteInner class.

Properties

DeletedSiteId

Gets numeric id for the deleted site

DeletedSiteKind

Gets kind of site that was deleted

DeletedSiteName

Gets name of the deleted site

DeletedTimestamp

Gets time in UTC when the app was deleted.

GeoRegionName

Gets geo Region of the deleted site

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
ResourceGroup

Gets resourceGroup that contained the deleted site

Slot

Gets slot of the deleted site

Subscription

Gets subscription containing the deleted site

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to