DeletedSiteInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. DeletedSiteInner
- com.
- com.
- com.
public final class DeletedSiteInner
extends ProxyOnlyResource
A deleted app.
Constructor Summary
Constructor | Description |
---|---|
DeletedSiteInner() |
Creates an instance of Deleted |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
deletedSiteId()
Get the deleted |
String |
deletedSiteName()
Get the deleted |
String |
deletedTimestamp()
Get the deleted |
static
Deleted |
fromJson(JsonReader jsonReader)
Reads an instance of Deleted |
String |
geoRegionName()
Get the geo |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
kindPropertiesKind()
Get the kind property: Kind of site that was deleted. |
String |
name()
Get the name property: The name of the resource. |
String |
resourceGroup()
Get the resource |
String |
slot()
Get the slot property: Slot of the deleted site. |
String |
subscription()
Get the subscription property: Subscription containing the deleted site. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Deleted |
withKind(String kind)
Set the kind property: Kind of resource. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
DeletedSiteInner
public DeletedSiteInner()
Creates an instance of DeletedSiteInner class.
Method Details
deletedSiteId
public Integer deletedSiteId()
Get the deletedSiteId property: Numeric id for the deleted site.
Returns:
deletedSiteName
public String deletedSiteName()
Get the deletedSiteName property: Name of the deleted site.
Returns:
deletedTimestamp
public String deletedTimestamp()
Get the deletedTimestamp property: Time in UTC when the app was deleted.
Returns:
fromJson
public static DeletedSiteInner fromJson(JsonReader jsonReader)
Reads an instance of DeletedSiteInner from the JsonReader.
Parameters:
Returns:
Throws:
geoRegionName
public String geoRegionName()
Get the geoRegionName property: Geo Region of the deleted site.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DeletedSiteInner.id()Returns:
kindPropertiesKind
public String kindPropertiesKind()
Get the kind property: Kind of site that was deleted.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DeletedSiteInner.name()Returns:
resourceGroup
public String resourceGroup()
Get the resourceGroup property: ResourceGroup that contained the deleted site.
Returns:
slot
public String slot()
Get the slot property: Slot of the deleted site.
Returns:
subscription
public String subscription()
Get the subscription property: Subscription containing the deleted site.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DeletedSiteInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DeletedSiteInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
DeletedSiteInner.validate()withKind
public DeletedSiteInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
DeletedSiteInner.withKind(String kind)Parameters:
Applies to
Azure SDK for Java