DeletedSiteInner 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
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.
- 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