ApplicationTypeResourceInner Class

public final class ApplicationTypeResourceInner
extends ProxyResource

The application type name resource.

Constructor Summary

Constructor Description
ApplicationTypeResourceInner()

Creates an instance of ApplicationTypeResourceInner class.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: Azure resource etag.

static ApplicationTypeResourceInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationTypeResourceInner from the JsonReader.

String id()

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

String location()

Get the location property: It will be deprecated in New API, resource location depends on the parent resource.

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: Metadata pertaining to creation and last modification of the resource.

Map<String,String> tags()

Get the tags property: Azure resource tags.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

ApplicationTypeResourceInner withLocation(String location)

Set the location property: It will be deprecated in New API, resource location depends on the parent resource.

ApplicationTypeResourceInner withTags(Map<String,String> tags)

Set the tags property: Azure resource tags.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ApplicationTypeResourceInner

public ApplicationTypeResourceInner()

Creates an instance of ApplicationTypeResourceInner class.

Method Details

etag

public String etag()

Get the etag property: Azure resource etag.

Returns:

the etag value.

fromJson

public static ApplicationTypeResourceInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationTypeResourceInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationTypeResourceInner 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:

ApplicationTypeResourceInner.id()

Returns:

the id value.

location

public String location()

Get the location property: It will be deprecated in New API, resource location depends on the parent resource.

Returns:

the location value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

ApplicationTypeResourceInner.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: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

tags

public Map<String,String> tags()

Get the tags property: Azure resource tags.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ApplicationTypeResourceInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

ApplicationTypeResourceInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withLocation

public ApplicationTypeResourceInner withLocation(String location)

Set the location property: It will be deprecated in New API, resource location depends on the parent resource.

Parameters:

location - the location value to set.

Returns:

the ApplicationTypeResourceInner object itself.

withTags

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

Set the tags property: Azure resource tags.

Parameters:

tags - the tags value to set.

Returns:

the ApplicationTypeResourceInner object itself.

Applies to