57 строки
4.9 KiB
YAML
57 строки
4.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.batch.Application"
|
|
fullName: "com.microsoft.azure.management.batch.Application"
|
|
name: "Application"
|
|
nameWithType: "Application"
|
|
summary: "An immutable client-side representation of an Azure Batch account application."
|
|
syntax: "public interface **Application**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource&text=ExternalChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.Application?alt=com.microsoft.azure.management.batch.Application&text=Application\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.batch.BatchAccount?alt=com.microsoft.azure.management.batch.BatchAccount&text=BatchAccount\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.implementation.ApplicationInner?alt=com.microsoft.azure.management.batch.implementation.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.batch.Application.applicationPackages()"
|
|
fullName: "com.microsoft.azure.management.batch.Application.applicationPackages()"
|
|
name: "applicationPackages()"
|
|
nameWithType: "Application.applicationPackages()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,ApplicationPackage> applicationPackages()"
|
|
returns:
|
|
description: "application packages"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.batch.ApplicationPackage?alt=com.microsoft.azure.management.batch.ApplicationPackage&text=ApplicationPackage\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.batch.Application.defaultVersion()"
|
|
fullName: "com.microsoft.azure.management.batch.Application.defaultVersion()"
|
|
name: "defaultVersion()"
|
|
nameWithType: "Application.defaultVersion()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String defaultVersion()"
|
|
returns:
|
|
description: "the default version for the application."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Application.displayName()"
|
|
fullName: "com.microsoft.azure.management.batch.Application.displayName()"
|
|
name: "displayName()"
|
|
nameWithType: "Application.displayName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String displayName()"
|
|
returns:
|
|
description: "the display name of the application"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Application.updatesAllowed()"
|
|
fullName: "com.microsoft.azure.management.batch.Application.updatesAllowed()"
|
|
name: "updatesAllowed()"
|
|
nameWithType: "Application.updatesAllowed()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean updatesAllowed()"
|
|
returns:
|
|
description: "true if automatic updates are allowed, otherwise false"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure Batch account application."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource&text=ExternalChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.Application?alt=com.microsoft.azure.management.batch.Application&text=Application\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.batch.BatchAccount?alt=com.microsoft.azure.management.batch.BatchAccount&text=BatchAccount\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.implementation.ApplicationInner?alt=com.microsoft.azure.management.batch.implementation.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.batch"
|
|
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4
|