AppProperties Class
- java.
lang. Object - com.
azure. resourcemanager. iotcentral. fluent. models. AppProperties
- com.
public final class AppProperties
The properties of an IoT Central application.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AppProperties() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
applicationId()
Get the application |
| String |
displayName()
Get the display |
|
App |
state()
Get the state property: The current state of the application. |
| String |
subdomain()
Get the subdomain property: The subdomain of the application. |
| String |
template()
Get the template property: The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. |
| void |
validate()
Validates the instance. |
|
App |
withDisplayName(String displayName)
Set the display |
|
App |
withSubdomain(String subdomain)
Set the subdomain property: The subdomain of the application. |
|
App |
withTemplate(String template)
Set the template property: The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. |
Methods inherited from java.lang.Object
Constructor Details
AppProperties
public AppProperties()
Method Details
applicationId
public String applicationId()
Get the applicationId property: The ID of the application.
Returns:
displayName
public String displayName()
Get the displayName property: The display name of the application.
Returns:
state
public AppState state()
Get the state property: The current state of the application.
Returns:
subdomain
public String subdomain()
Get the subdomain property: The subdomain of the application.
Returns:
template
public String template()
Get 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:
validate
public void validate()
Validates the instance.
withDisplayName
public AppProperties withDisplayName(String displayName)
Set the displayName property: The display name of the application.
Parameters:
Returns:
withSubdomain
public AppProperties withSubdomain(String subdomain)
Set the subdomain property: The subdomain of the application.
Parameters:
Returns:
withTemplate
public AppProperties withTemplate(String template)
Set 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.
Parameters:
Returns: