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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DeletedSite : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DeletedSite = class
inherit ProxyOnlyResource
Public Class DeletedSite
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
DeletedSite() |
Initializes a new instance of the DeletedSite class. |
DeletedSite(String, String, String, String, Nullable<Int32>, String, String, String, String, String, String, String) |
Initializes a new instance of the DeletedSite 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 |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
ResourceGroup |
Gets resourceGroup that contained the deleted site |
Slot |
Gets slot of the deleted site |
Subscription |
Gets subscription containing the deleted site |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET