218 строки
16 KiB
YAML
218 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner"
|
|
name: "AppInner"
|
|
nameWithType: "AppInner"
|
|
summary: "The IoT Central application."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **AppInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.AppInner()"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.AppInner()"
|
|
name: "AppInner()"
|
|
nameWithType: "AppInner.AppInner()"
|
|
syntax: "public AppInner()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.applicationId()"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.applicationId()"
|
|
name: "applicationId()"
|
|
nameWithType: "AppInner.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.AppInner.displayName()"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.displayName()"
|
|
name: "displayName()"
|
|
nameWithType: "AppInner.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.AppInner.identity()"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.identity()"
|
|
name: "identity()"
|
|
nameWithType: "AppInner.identity()"
|
|
summary: "Get the identity property: The managed identities for the IoT Central application."
|
|
syntax: "public SystemAssignedServiceIdentity identity()"
|
|
desc: "Get the identity property: The managed identities for the IoT Central application."
|
|
returns:
|
|
description: "the identity value."
|
|
type: "<xref href=\"com.azure.resourcemanager.iotcentral.models.SystemAssignedServiceIdentity?alt=com.azure.resourcemanager.iotcentral.models.SystemAssignedServiceIdentity&text=SystemAssignedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.sku()"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.sku()"
|
|
name: "sku()"
|
|
nameWithType: "AppInner.sku()"
|
|
summary: "Get the sku property: A valid instance SKU."
|
|
syntax: "public AppSkuInfo sku()"
|
|
desc: "Get the sku property: A valid instance SKU."
|
|
returns:
|
|
description: "the sku value."
|
|
type: "<xref href=\"com.azure.resourcemanager.iotcentral.models.AppSkuInfo?alt=com.azure.resourcemanager.iotcentral.models.AppSkuInfo&text=AppSkuInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.state()"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.state()"
|
|
name: "state()"
|
|
nameWithType: "AppInner.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.AppInner.subdomain()"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.subdomain()"
|
|
name: "subdomain()"
|
|
nameWithType: "AppInner.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.AppInner.template()"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.template()"
|
|
name: "template()"
|
|
nameWithType: "AppInner.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.AppInner.validate()"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.validate()"
|
|
name: "validate()"
|
|
nameWithType: "AppInner.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withDisplayName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withDisplayName(String displayName)"
|
|
name: "withDisplayName(String displayName)"
|
|
nameWithType: "AppInner.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 AppInner withDisplayName(String displayName)"
|
|
desc: "Set the displayName property: The display name of the application."
|
|
returns:
|
|
description: "the AppInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iotcentral.fluent.models.AppInner?alt=com.azure.resourcemanager.iotcentral.fluent.models.AppInner&text=AppInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withIdentity(com.azure.resourcemanager.iotcentral.models.SystemAssignedServiceIdentity)"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withIdentity(SystemAssignedServiceIdentity identity)"
|
|
name: "withIdentity(SystemAssignedServiceIdentity identity)"
|
|
nameWithType: "AppInner.withIdentity(SystemAssignedServiceIdentity identity)"
|
|
summary: "Set the identity property: The managed identities for the IoT Central application."
|
|
parameters:
|
|
- description: "the identity value to set."
|
|
name: "identity"
|
|
type: "<xref href=\"com.azure.resourcemanager.iotcentral.models.SystemAssignedServiceIdentity?alt=com.azure.resourcemanager.iotcentral.models.SystemAssignedServiceIdentity&text=SystemAssignedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AppInner withIdentity(SystemAssignedServiceIdentity identity)"
|
|
desc: "Set the identity property: The managed identities for the IoT Central application."
|
|
returns:
|
|
description: "the AppInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iotcentral.fluent.models.AppInner?alt=com.azure.resourcemanager.iotcentral.fluent.models.AppInner&text=AppInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withLocation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withLocation(String location)"
|
|
name: "withLocation(String location)"
|
|
nameWithType: "AppInner.withLocation(String location)"
|
|
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
|
|
parameters:
|
|
- name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public AppInner withLocation(String location)"
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.iotcentral.fluent.models.AppInner?alt=com.azure.resourcemanager.iotcentral.fluent.models.AppInner&text=AppInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withSku(com.azure.resourcemanager.iotcentral.models.AppSkuInfo)"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withSku(AppSkuInfo sku)"
|
|
name: "withSku(AppSkuInfo sku)"
|
|
nameWithType: "AppInner.withSku(AppSkuInfo sku)"
|
|
summary: "Set the sku property: A valid instance SKU."
|
|
parameters:
|
|
- description: "the sku value to set."
|
|
name: "sku"
|
|
type: "<xref href=\"com.azure.resourcemanager.iotcentral.models.AppSkuInfo?alt=com.azure.resourcemanager.iotcentral.models.AppSkuInfo&text=AppSkuInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AppInner withSku(AppSkuInfo sku)"
|
|
desc: "Set the sku property: A valid instance SKU."
|
|
returns:
|
|
description: "the AppInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iotcentral.fluent.models.AppInner?alt=com.azure.resourcemanager.iotcentral.fluent.models.AppInner&text=AppInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withSubdomain(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withSubdomain(String subdomain)"
|
|
name: "withSubdomain(String subdomain)"
|
|
nameWithType: "AppInner.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 AppInner withSubdomain(String subdomain)"
|
|
desc: "Set the subdomain property: The subdomain of the application."
|
|
returns:
|
|
description: "the AppInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iotcentral.fluent.models.AppInner?alt=com.azure.resourcemanager.iotcentral.fluent.models.AppInner&text=AppInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withTags(Map<String,String> tags)"
|
|
name: "withTags(Map<String,String> tags)"
|
|
nameWithType: "AppInner.withTags(Map<String,String> tags)"
|
|
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
parameters:
|
|
- name: "tags"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public AppInner withTags(Map<String,String> tags)"
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.iotcentral.fluent.models.AppInner?alt=com.azure.resourcemanager.iotcentral.fluent.models.AppInner&text=AppInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withTemplate(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iotcentral.fluent.models.AppInner.withTemplate(String template)"
|
|
name: "withTemplate(String template)"
|
|
nameWithType: "AppInner.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 AppInner 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 AppInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iotcentral.fluent.models.AppInner?alt=com.azure.resourcemanager.iotcentral.fluent.models.AppInner&text=AppInner\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The IoT Central application."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.iotcentral.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-iotcentral:1.0.0
|