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 NetworkRuleSets networkRuleSets()

Gets the networkRuleSets property: Network Rule Set Properties of this IoT Central application.

abstract List<PrivateEndpointConnection> privateEndpointConnections()

Gets the privateEndpointConnections property: Private endpoint connections created on this IoT Central application.

abstract ProvisioningState provisioningState()

Gets the provisioningState property: The provisioning state of the application.

abstract PublicNetworkAccess publicNetworkAccess()

Gets the publicNetworkAccess property: Whether requests from the public network are allowed.

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 String resourceGroupName()

Gets the name of the resource group.

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 SystemData systemData()

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

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.

networkRuleSets

public abstract NetworkRuleSets networkRuleSets()

Gets the networkRuleSets property: Network Rule Set Properties of this IoT Central application.

Returns:

the networkRuleSets value.

privateEndpointConnections

public abstract List<PrivateEndpointConnection> privateEndpointConnections()

Gets the privateEndpointConnections property: Private endpoint connections created on this IoT Central application.

Returns:

the privateEndpointConnections value.

provisioningState

public abstract ProvisioningState provisioningState()

Gets the provisioningState property: The provisioning state of the application.

Returns:

the provisioningState value.

publicNetworkAccess

public abstract PublicNetworkAccess publicNetworkAccess()

Gets the publicNetworkAccess property: Whether requests from the public network are allowed.

Returns:

the publicNetworkAccess 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.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

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.

systemData

public abstract SystemData systemData()

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

Returns:

the systemData 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