azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.i...

135 строки
9.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties"
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties"
name: "AppProperties"
nameWithType: "AppProperties"
summary: "The properties of an IoT Central application."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **AppProperties**"
constructors:
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.AppProperties()"
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.AppProperties()"
name: "AppProperties()"
nameWithType: "AppProperties.AppProperties()"
syntax: "public AppProperties()"
methods:
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.applicationId()"
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.applicationId()"
name: "applicationId()"
nameWithType: "AppProperties.applicationId()"
summary: "Get the application<wbr>Id property: The ID of the application."
syntax: "public String applicationId()"
desc: "Get the applicationId property: The ID of the application."
returns:
description: "the applicationId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.displayName()"
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.displayName()"
name: "displayName()"
nameWithType: "AppProperties.displayName()"
summary: "Get the display<wbr>Name property: The display name of the application."
syntax: "public String displayName()"
desc: "Get the displayName property: The display name of the application."
returns:
description: "the displayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.state()"
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.state()"
name: "state()"
nameWithType: "AppProperties.state()"
summary: "Get the state property: The current state of the application."
syntax: "public AppState state()"
desc: "Get the state property: The current state of the application."
returns:
description: "the state value."
type: "<xref href=\"com.azure.resourcemanager.iotcentral.models.AppState?alt=com.azure.resourcemanager.iotcentral.models.AppState&text=AppState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.subdomain()"
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.subdomain()"
name: "subdomain()"
nameWithType: "AppProperties.subdomain()"
summary: "Get the subdomain property: The subdomain of the application."
syntax: "public String subdomain()"
desc: "Get the subdomain property: The subdomain of the application."
returns:
description: "the subdomain value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.template()"
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.template()"
name: "template()"
nameWithType: "AppProperties.template()"
summary: "Get the template property: The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application."
syntax: "public String template()"
desc: "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:
description: "the template value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.validate()"
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.validate()"
name: "validate()"
nameWithType: "AppProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.withDisplayName(java.lang.String)"
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "AppProperties.withDisplayName(String displayName)"
summary: "Set the display<wbr>Name property: The display name of the application."
parameters:
- description: "the displayName value to set."
name: "displayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AppProperties withDisplayName(String displayName)"
desc: "Set the displayName property: The display name of the application."
returns:
description: "the AppProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.iotcentral.fluent.models.AppProperties?alt=com.azure.resourcemanager.iotcentral.fluent.models.AppProperties&text=AppProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.withSubdomain(java.lang.String)"
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.withSubdomain(String subdomain)"
name: "withSubdomain(String subdomain)"
nameWithType: "AppProperties.withSubdomain(String subdomain)"
summary: "Set the subdomain property: The subdomain of the application."
parameters:
- description: "the subdomain value to set."
name: "subdomain"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AppProperties withSubdomain(String subdomain)"
desc: "Set the subdomain property: The subdomain of the application."
returns:
description: "the AppProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.iotcentral.fluent.models.AppProperties?alt=com.azure.resourcemanager.iotcentral.fluent.models.AppProperties&text=AppProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.withTemplate(java.lang.String)"
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppProperties.withTemplate(String template)"
name: "withTemplate(String template)"
nameWithType: "AppProperties.withTemplate(String template)"
summary: "Set the template property: The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application."
parameters:
- description: "the template value to set."
name: "template"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AppProperties withTemplate(String template)"
desc: "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."
returns:
description: "the AppProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.iotcentral.fluent.models.AppProperties?alt=com.azure.resourcemanager.iotcentral.fluent.models.AppProperties&text=AppProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of an IoT Central application."
metadata: {}
package: "com.azure.resourcemanager.iotcentral.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-iotcentral:1.0.0