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 application |
| abstract String |
displayName()
Gets the display |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
System |
identity()
Gets the identity property: The managed identities for the IoT Central application. |
|
abstract
App |
innerModel()
Gets the inner com. |
| 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
Network |
networkRuleSets()
Gets the network |
|
abstract
List<Private |
privateEndpointConnections()
Gets the private |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
|
abstract
Public |
publicNetworkAccess()
Gets the public |
| 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
App |
sku()
Gets the sku property: A valid instance SKU. |
|
abstract
App |
state()
Gets the state property: The current state of the application. |
| abstract String |
subdomain()
Gets the subdomain property: The subdomain of the application. |
|
abstract
System |
systemData()
Gets the system |
| 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:
displayName
public abstract String displayName()
Gets the displayName property: The display name of the application.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
identity
public abstract SystemAssignedServiceIdentity identity()
Gets the identity property: The managed identities for the IoT Central application.
Returns:
innerModel
public abstract AppInner innerModel()
Gets the inner com.azure.resourcemanager.iotcentral.fluent.models.AppInner object.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
networkRuleSets
public abstract NetworkRuleSets networkRuleSets()
Gets the networkRuleSets property: Network Rule Set Properties of this IoT Central application.
Returns:
privateEndpointConnections
public abstract List<PrivateEndpointConnection> privateEndpointConnections()
Gets the privateEndpointConnections property: Private endpoint connections created on this IoT Central application.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: The provisioning state of the application.
Returns:
publicNetworkAccess
public abstract PublicNetworkAccess publicNetworkAccess()
Gets the publicNetworkAccess property: Whether requests from the public network are allowed.
Returns:
refresh
public abstract App refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract App refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
sku
public abstract AppSkuInfo sku()
Gets the sku property: A valid instance SKU.
Returns:
state
public abstract AppState state()
Gets the state property: The current state of the application.
Returns:
subdomain
public abstract String subdomain()
Gets the subdomain property: The subdomain of the application.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
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:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract App.Update update()
Begins update for the App resource.
Returns: