共用方式為


DeletedSiteInner Constructors

Definition

Overloads

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.

DeletedSiteInner()

Initializes a new instance of the DeletedSiteInner class.

public DeletedSiteInner ();
Public Sub New ()

Applies to

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

Initializes a new instance of the DeletedSiteInner class.

public DeletedSiteInner (string id = default, string name = default, string type = default, string kind = 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.AppService.Fluent.Models.DeletedSiteInner : string * string * string * string * Nullable<int> * string * string * string * string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.DeletedSiteInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind 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
name
String
type
String
kind
String

Kind of resource.

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