ApplicationTypeVersionResourceInner Class

public final class ApplicationTypeVersionResourceInner
extends ProxyResource

An application type version resource for the specified application type name resource.

Constructor Summary

Constructor Description
ApplicationTypeVersionResourceInner()

Creates an instance of ApplicationTypeVersionResourceInner class.

Method Summary

Modifier and Type Method and Description
String appPackageUrl()

Get the appPackageUrl property: The URL to the application package.

static ApplicationTypeVersionResourceInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationTypeVersionResourceInner from the JsonReader.

String id()

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

String location()

Get the location property: The geo-location where the resource lives.

String name()

Get the name property: The name of the resource.

String provisioningState()

Get the provisioningState property: The current deployment or provisioning state, which only appears in the response.

SystemData systemData()

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

Map<String,String> tags()

Get the tags property: Resource tags.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

ApplicationTypeVersionResourceInner withAppPackageUrl(String appPackageUrl)

Set the appPackageUrl property: The URL to the application package.

ApplicationTypeVersionResourceInner withLocation(String location)

Set the location property: The geo-location where the resource lives.

ApplicationTypeVersionResourceInner withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ApplicationTypeVersionResourceInner

public ApplicationTypeVersionResourceInner()

Creates an instance of ApplicationTypeVersionResourceInner class.

Method Details

appPackageUrl

public String appPackageUrl()

Get the appPackageUrl property: The URL to the application package.

Returns:

the appPackageUrl value.

fromJson

public static ApplicationTypeVersionResourceInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationTypeVersionResourceInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationTypeVersionResourceInner 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.

id

public String id()

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

Overrides:

ApplicationTypeVersionResourceInner.id()

Returns:

the id value.

location

public String location()

Get the location property: The geo-location where the resource lives.

Returns:

the location value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

ApplicationTypeVersionResourceInner.name()

Returns:

the name value.

provisioningState

public String provisioningState()

Get the provisioningState property: The current deployment or provisioning state, which only appears in the response.

Returns:

the provisioningState value.

systemData

public SystemData systemData()

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

Returns:

the systemData value.

tags

public Map<String,String> tags()

Get the tags property: Resource tags.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ApplicationTypeVersionResourceInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

ApplicationTypeVersionResourceInner.type()

Returns:

the type value.

withAppPackageUrl

public ApplicationTypeVersionResourceInner withAppPackageUrl(String appPackageUrl)

Set the appPackageUrl property: The URL to the application package.

Parameters:

appPackageUrl - the appPackageUrl value to set.

Returns:

the ApplicationTypeVersionResourceInner object itself.

withLocation

public ApplicationTypeVersionResourceInner withLocation(String location)

Set the location property: The geo-location where the resource lives.

Parameters:

location - the location value to set.

Returns:

the ApplicationTypeVersionResourceInner object itself.

withTags

public ApplicationTypeVersionResourceInner withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Parameters:

tags - the tags value to set.

Returns:

the ApplicationTypeVersionResourceInner object itself.

Applies to