azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

33 строки
2.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.Application.UpdateDefinitionStages.WithApplicationPackage"
fullName: "com.microsoft.azure.management.batch.Application.UpdateDefinitionStages.WithApplicationPackage<ParentT>"
name: "Application.UpdateDefinitionStages.WithApplicationPackage<ParentT>"
nameWithType: "Application.UpdateDefinitionStages.WithApplicationPackage<ParentT>"
summary: "The stage of a Batch application definition allowing the creation of an application package."
syntax: "public static interface **Application.UpdateDefinitionStages.WithApplicationPackage<ParentT>**"
methods:
- uid: "com.microsoft.azure.management.batch.Application.UpdateDefinitionStages.WithApplicationPackage.defineNewApplicationPackage(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.Application.UpdateDefinitionStages.WithApplicationPackage<ParentT>.defineNewApplicationPackage(String version)"
name: "defineNewApplicationPackage(String version)"
nameWithType: "Application.UpdateDefinitionStages.WithApplicationPackage<ParentT>.defineNewApplicationPackage(String version)"
summary: "First stage to create new application package in Batch account application."
modifiers:
- "abstract"
parameters:
- description: "the version of the application"
name: "version"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Application.UpdateDefinitionStages.WithAttach<ParentT> defineNewApplicationPackage(String version)"
desc: "First stage to create new application package in Batch account application."
returns:
description: "next stage to create the application."
type: "<xref href=\"com.microsoft.azure.management.batch.Application.UpdateDefinitionStages.WithAttach?alt=com.microsoft.azure.management.batch.Application.UpdateDefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the stage of the parent Batch account definition to return to after attaching this definition"
name: "ParentT"
desc: "The stage of a Batch application definition allowing the creation of an application package."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4