Condividi tramite


DeletedSiteInner Class

public final class DeletedSiteInner
extends ProxyResource

A deleted app.

Method Summary

Modifier and Type Method and Description
Integer deletedSiteId()

Get the deletedSiteId property: Numeric id for the deleted site.

String deletedSiteName()

Get the deletedSiteName property: Name of the deleted site.

String deletedTimestamp()

Get the deletedTimestamp property: Time in UTC when the app was deleted.

static DeletedSiteInner fromJson(JsonReader jsonReader)

Reads an instance of DeletedSiteInner from the JsonReader.

String geoRegionName()

Get the geoRegionName property: Geo Region of the deleted site.

String id()

Get the id property: Fully qualified resource Id for the resource.

String kind()

Get the kind property: Kind of 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 resourceGroup property: ResourceGroup that contained the deleted site.

String slot()

Get the slot property: Slot of the deleted site.

String subscription()

Get the subscription property: Subscription containing the deleted site.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Method Details

deletedSiteId

public Integer deletedSiteId()

Get the deletedSiteId property: Numeric id for the deleted site.

Returns:

the deletedSiteId value.

deletedSiteName

public String deletedSiteName()

Get the deletedSiteName property: Name of the deleted site.

Returns:

the deletedSiteName value.

deletedTimestamp

public String deletedTimestamp()

Get the deletedTimestamp property: Time in UTC when the app was deleted.

Returns:

the deletedTimestamp value.

fromJson

public static DeletedSiteInner fromJson(JsonReader jsonReader)

Reads an instance of DeletedSiteInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DeletedSiteInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

geoRegionName

public String geoRegionName()

Get the geoRegionName property: Geo Region of the deleted site.

Returns:

the geoRegionName value.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

DeletedSiteInner.id()

Returns:

the id value.

kind

public String kind()

Get the kind property: Kind of resource.

Returns:

the kind value.

kindPropertiesKind

public String kindPropertiesKind()

Get the kind property: Kind of site that was deleted.

Returns:

the kind value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

DeletedSiteInner.name()

Returns:

the name value.

resourceGroup

public String resourceGroup()

Get the resourceGroup property: ResourceGroup that contained the deleted site.

Returns:

the resourceGroup value.

slot

public String slot()

Get the slot property: Slot of the deleted site.

Returns:

the slot value.

subscription

public String subscription()

Get the subscription property: Subscription containing the deleted site.

Returns:

the subscription value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DeletedSiteInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

DeletedSiteInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to