DeletedSite Constructors
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.
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.
- 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
Azure SDK for .NET