App Interface

public interface App

An immutable client-side representation of App.

Method Summary

Modifier and Type Method and Description
abstract String applicationId()

Gets the applicationId property: The ID of the application.

abstract String displayName()

Gets the displayName property: The display name of the application.

abstract String id()

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

abstract SystemAssignedServiceIdentity identity()

Gets the identity property: The managed identities for the IoT Central application.

abstract AppInner innerModel()

Gets the inner com.azure.resourcemanager.iotcentral.fluent.models.AppInner object.

abstract String location()

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

abstract String name()

Gets the name property: The name of the resource.

abstract App refresh()

Refreshes the resource to sync with Azure.

abstract App refresh(Context context)

Refreshes the resource to sync with Azure.

abstract Region region()

Gets the region of the resource.

abstract String regionName()

Gets the name of the resource region.

abstract AppSkuInfo sku()

Gets the sku property: A valid instance SKU.

abstract AppState state()

Gets the state property: The current state of the application.

abstract String subdomain()

Gets the subdomain property: The subdomain of the application.

abstract Map<String,String> tags()

Gets the tags property: Resource tags.

abstract String template()

Gets the template property: The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the App resource.

Method Details

applicationId

public abstract String applicationId()

Gets the applicationId property: The ID of the application.

Returns:

the applicationId value.

displayName

public abstract String displayName()

Gets the displayName property: The display name of the application.

Returns:

the displayName value.

id

public abstract String id()

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

Returns:

the id value.

identity

public abstract SystemAssignedServiceIdentity identity()

Gets the identity property: The managed identities for the IoT Central application.

Returns:

the identity value.

innerModel

public abstract AppInner innerModel()

Gets the inner com.azure.resourcemanager.iotcentral.fluent.models.AppInner object.

Returns:

the inner object.

location

public abstract String location()

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

Returns:

the location value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract App refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract App refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

region

public abstract Region region()

Gets the region of the resource.

Returns:

the region of the resource.

regionName

public abstract String regionName()

Gets the name of the resource region.

Returns:

the name of the resource region.

sku

public abstract AppSkuInfo sku()

Gets the sku property: A valid instance SKU.

Returns:

the sku value.

state

public abstract AppState state()

Gets the state property: The current state of the application.

Returns:

the state value.

subdomain

public abstract String subdomain()

Gets the subdomain property: The subdomain of the application.

Returns:

the subdomain value.

tags

public abstract Map<String,String> tags()

Gets the tags property: Resource tags.

Returns:

the tags value.

template

public abstract String template()

Gets the template property: The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. Optional; if not specified, defaults to a blank blueprint and allows the application to be defined from scratch.

Returns:

the template value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract App.Update update()

Begins update for the App resource.

Returns:

the stage of resource update.

Applies to