DeletedSite Constructors

Definition

Overloads

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.

DeletedSite()

Initializes a new instance of the DeletedSite class.

public DeletedSite ();
Public Sub New ()

Applies to

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

Initializes a new instance of the DeletedSite class.

public DeletedSite (string id = default, string name = default, string kind = default, string type = default, int? deletedSiteId = default, string deletedTimestamp = default, string subscription = default, string resourceGroup = default, string deletedSiteName = default, string slot = default, string deletedSiteKind = default, string geoRegionName = default);
new Microsoft.Azure.Management.WebSites.Models.DeletedSite : string * string * string * string * Nullable<int> * string * string * string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.DeletedSite
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional deletedSiteId As Nullable(Of Integer) = Nothing, Optional deletedTimestamp As String = Nothing, Optional subscription As String = Nothing, Optional resourceGroup As String = Nothing, Optional deletedSiteName As String = Nothing, Optional slot As String = Nothing, Optional deletedSiteKind As String = Nothing, Optional geoRegionName As String = Nothing)

Parameters

id
String

Resource Id.

name
String

Resource Name.

kind
String

Kind of resource.

type
String

Resource type.

deletedSiteId
Nullable<Int32>

Numeric id for the deleted site

deletedTimestamp
String

Time in UTC when the app was deleted.

subscription
String

Subscription containing the deleted site

resourceGroup
String

ResourceGroup that contained the deleted site

deletedSiteName
String

Name of the deleted site

slot
String

Slot of the deleted site

deletedSiteKind
String

Kind of site that was deleted

geoRegionName
String

Geo Region of the deleted site

Applies to