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

150 строки
7.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.batch.models.Application"
fullName: "com.azure.resourcemanager.batch.models.Application"
name: "Application"
nameWithType: "Application"
summary: "An immutable client-side representation of Application."
syntax: "public interface **Application**"
methods:
- uid: "com.azure.resourcemanager.batch.models.Application.allowUpdates()"
fullName: "com.azure.resourcemanager.batch.models.Application.allowUpdates()"
name: "allowUpdates()"
nameWithType: "Application.allowUpdates()"
summary: "Gets the allow<wbr>Updates property: A value indicating whether packages within the application may be overwritten using the same version string."
modifiers:
- "abstract"
syntax: "public abstract Boolean allowUpdates()"
desc: "Gets the allowUpdates property: A value indicating whether packages within the application may be overwritten using the same version string."
returns:
description: "the allowUpdates value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.batch.models.Application.defaultVersion()"
fullName: "com.azure.resourcemanager.batch.models.Application.defaultVersion()"
name: "defaultVersion()"
nameWithType: "Application.defaultVersion()"
summary: "Gets the default<wbr>Version property: The package to use if a client requests the application but does not specify a version."
modifiers:
- "abstract"
syntax: "public abstract String defaultVersion()"
desc: "Gets the defaultVersion property: The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package."
returns:
description: "the defaultVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.batch.models.Application.displayName()"
fullName: "com.azure.resourcemanager.batch.models.Application.displayName()"
name: "displayName()"
nameWithType: "Application.displayName()"
summary: "Gets the display<wbr>Name property: The display name for the application."
modifiers:
- "abstract"
syntax: "public abstract String displayName()"
desc: "Gets the displayName property: The display name for 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.batch.models.Application.etag()"
fullName: "com.azure.resourcemanager.batch.models.Application.etag()"
name: "etag()"
nameWithType: "Application.etag()"
summary: "Gets the etag property: The ETag of the resource, used for concurrency statements."
modifiers:
- "abstract"
syntax: "public abstract String etag()"
desc: "Gets the etag property: The ETag of the resource, used for concurrency statements."
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.batch.models.Application.id()"
fullName: "com.azure.resourcemanager.batch.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.batch.models.Application.innerModel()"
fullName: "com.azure.resourcemanager.batch.models.Application.innerModel()"
name: "innerModel()"
nameWithType: "Application.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>batch.<wbr>fluent.<wbr>models.<wbr>Application<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract ApplicationInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.batch.fluent.models.ApplicationInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.batch.fluent.models.ApplicationInner?alt=com.azure.resourcemanager.batch.fluent.models.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.Application.name()"
fullName: "com.azure.resourcemanager.batch.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.batch.models.Application.refresh()"
fullName: "com.azure.resourcemanager.batch.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.batch.models.Application?alt=com.azure.resourcemanager.batch.models.Application&text=Application\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.Application.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.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.batch.models.Application?alt=com.azure.resourcemanager.batch.models.Application&text=Application\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.Application.type()"
fullName: "com.azure.resourcemanager.batch.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>"
- uid: "com.azure.resourcemanager.batch.models.Application.update()"
fullName: "com.azure.resourcemanager.batch.models.Application.update()"
name: "update()"
nameWithType: "Application.update()"
summary: "Begins update for the Application resource."
modifiers:
- "abstract"
syntax: "public abstract Application.Update update()"
desc: "Begins update for the Application resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.batch.models.Application.Update?alt=com.azure.resourcemanager.batch.models.Application.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of Application."
metadata: {}
package: "com.azure.resourcemanager.batch.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:1.0.0