ArmAppServiceModelFactory.DeletedSiteData Method
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
DeletedSiteData(ResourceIdentifier, String, ResourceType, SystemData, String, Nullable<Int32>, String, String, String, String, String, String, String)
- Source:
- ArmAppServiceModelFactory.cs
Initializes a new instance of DeletedSiteData.
public static Azure.ResourceManager.AppService.DeletedSiteData DeletedSiteData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string kind = default, int? deletedSiteId = default, string deletedTimestamp = default, string subscription = default, string resourceGroup = default, string deletedSiteName = default, string slot = default, string kindPropertiesKind = default, string geoRegionName = default);
static member DeletedSiteData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<int> * string * string * string * string * string * string * string -> Azure.ResourceManager.AppService.DeletedSiteData
Public Shared Function DeletedSiteData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = 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 kindPropertiesKind As String = Nothing, Optional geoRegionName As String = Nothing) As DeletedSiteData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- kind
- String
Kind of resource. Serialized Name: DeletedSite.kind
Numeric id for the deleted site Serialized Name: DeletedSite.properties.deletedSiteId
- deletedTimestamp
- String
Time in UTC when the app was deleted. Serialized Name: DeletedSite.properties.deletedTimestamp
- subscription
- String
Subscription containing the deleted site Serialized Name: DeletedSite.properties.subscription
- resourceGroup
- String
ResourceGroup that contained the deleted site Serialized Name: DeletedSite.properties.resourceGroup
- deletedSiteName
- String
Name of the deleted site Serialized Name: DeletedSite.properties.deletedSiteName
- slot
- String
Slot of the deleted site Serialized Name: DeletedSite.properties.slot
- kindPropertiesKind
- String
Kind of site that was deleted Serialized Name: DeletedSite.properties.kind
- geoRegionName
- String
Geo Region of the deleted site Serialized Name: DeletedSite.properties.geoRegionName
Returns
A new DeletedSiteData instance for mocking.
Applies to
DeletedSiteData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<Int32>, String, String, String, String, String, String, String, String)
- Source:
- ArmAppServiceModelFactory.cs
- Source:
- ArmAppServiceModelFactory.cs
Initializes a new instance of DeletedSiteData.
public static Azure.ResourceManager.AppService.DeletedSiteData DeletedSiteData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, int? deletedSiteId = default, string deletedTimestamp = default, string subscription = default, string resourceGroup = default, string deletedSiteName = default, string slot = default, string kindPropertiesKind = default, string geoRegionName = default, string kind = default);
static member DeletedSiteData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<int> * string * string * string * string * string * string * string * string -> Azure.ResourceManager.AppService.DeletedSiteData
Public Shared Function DeletedSiteData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = 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 kindPropertiesKind As String = Nothing, Optional geoRegionName As String = Nothing, Optional kind As String = Nothing) As DeletedSiteData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- 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.
- kindPropertiesKind
- String
Kind of site that was deleted.
- geoRegionName
- String
Geo Region of the deleted site.
- kind
- String
Kind of resource.
Returns
A new DeletedSiteData instance for mocking.