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

138 строки
7.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.hdinsight.models.Application"
fullName: "com.azure.resourcemanager.hdinsight.models.Application"
name: "Application"
nameWithType: "Application"
summary: "An immutable client-side representation of Application."
syntax: "public interface **Application**"
methods:
- uid: "com.azure.resourcemanager.hdinsight.models.Application.etag()"
fullName: "com.azure.resourcemanager.hdinsight.models.Application.etag()"
name: "etag()"
nameWithType: "Application.etag()"
summary: "Gets the etag property: The ETag for the application."
modifiers:
- "abstract"
syntax: "public abstract String etag()"
desc: "Gets the etag property: The ETag for the application."
returns:
description: "the etag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hdinsight.models.Application.id()"
fullName: "com.azure.resourcemanager.hdinsight.models.Application.id()"
name: "id()"
nameWithType: "Application.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hdinsight.models.Application.innerModel()"
fullName: "com.azure.resourcemanager.hdinsight.models.Application.innerModel()"
name: "innerModel()"
nameWithType: "Application.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>hdinsight.<wbr>fluent.<wbr>models.<wbr>Application<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract ApplicationInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.hdinsight.fluent.models.ApplicationInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.fluent.models.ApplicationInner?alt=com.azure.resourcemanager.hdinsight.fluent.models.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.Application.name()"
fullName: "com.azure.resourcemanager.hdinsight.models.Application.name()"
name: "name()"
nameWithType: "Application.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hdinsight.models.Application.properties()"
fullName: "com.azure.resourcemanager.hdinsight.models.Application.properties()"
name: "properties()"
nameWithType: "Application.properties()"
summary: "Gets the properties property: The properties of the application."
modifiers:
- "abstract"
syntax: "public abstract ApplicationProperties properties()"
desc: "Gets the properties property: The properties of the application."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ApplicationProperties?alt=com.azure.resourcemanager.hdinsight.models.ApplicationProperties&text=ApplicationProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.Application.refresh()"
fullName: "com.azure.resourcemanager.hdinsight.models.Application.refresh()"
name: "refresh()"
nameWithType: "Application.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Application refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.Application?alt=com.azure.resourcemanager.hdinsight.models.Application&text=Application\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.Application.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hdinsight.models.Application.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Application.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Application refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.Application?alt=com.azure.resourcemanager.hdinsight.models.Application&text=Application\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.Application.systemData()"
fullName: "com.azure.resourcemanager.hdinsight.models.Application.systemData()"
name: "systemData()"
nameWithType: "Application.systemData()"
summary: "Gets the system<wbr>Data property: Metadata pertaining to creation and last modification of the resource."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Metadata pertaining to creation and last modification of the resource."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.Application.tags()"
fullName: "com.azure.resourcemanager.hdinsight.models.Application.tags()"
name: "tags()"
nameWithType: "Application.tags()"
summary: "Gets the tags property: The tags for the application."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets the tags property: The tags for the application."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<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>&gt;"
- uid: "com.azure.resourcemanager.hdinsight.models.Application.type()"
fullName: "com.azure.resourcemanager.hdinsight.models.Application.type()"
name: "type()"
nameWithType: "Application.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of Application."
metadata: {}
package: "com.azure.resourcemanager.hdinsight.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0