Share via


AppProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.iotcentral.fluent.models.AppProperties

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 applicationId property: The ID of the application.

String displayName()

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

AppState 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.

AppProperties withDisplayName(String displayName)

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

AppProperties withSubdomain(String subdomain)

Set the subdomain property: The subdomain of the application.

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.

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:

the applicationId value.

displayName

public String displayName()

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

Returns:

the displayName value.

state

public AppState state()

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

Returns:

the state value.

subdomain

public String subdomain()

Get the subdomain property: The subdomain of the application.

Returns:

the subdomain value.

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:

the template value.

validate

public void validate()

Validates the instance.

withDisplayName

public AppProperties withDisplayName(String displayName)

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

Parameters:

displayName - the displayName value to set.

Returns:

the AppProperties object itself.

withSubdomain

public AppProperties withSubdomain(String subdomain)

Set the subdomain property: The subdomain of the application.

Parameters:

subdomain - the subdomain value to set.

Returns:

the AppProperties object itself.

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:

template - the template value to set.

Returns:

the AppProperties object itself.

Applies to