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

53 строки
3.2 KiB
YAML

### YamlMime:JavaType
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition.attach()
- com.microsoft.azure.management.batch.Application.DefinitionStages.WithApplicationPackage.defineNewApplicationPackage(String)
methods:
- fullName: com.microsoft.azure.management.batch.Application.DefinitionStages.WithAttach<ParentT>.withAllowUpdates(boolean allowUpdates)
name: withAllowUpdates(boolean allowUpdates)
nameWithType: Application.DefinitionStages.WithAttach<ParentT>.withAllowUpdates(boolean allowUpdates)
parameters:
- description: <p>true to allow the automatic updates of application, otherwise false </p>
name: allowUpdates
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
returns:
description: <p>the next stage of the definition </p>
type: <xref href="DefinitionStages.WithAttach%3CParentT%3E?alt=DefinitionStages.WithAttach%3CParentT%3E&text=DefinitionStages.WithAttach%3CParentT%3E" data-throw-if-not-resolved="False"/>
summary: >-
<p>The stage of a Batch application definition allowing automatic application updates.</p>
<p></p>
syntax: public DefinitionStages.WithAttach<ParentT> withAllowUpdates(boolean allowUpdates)
uid: com.microsoft.azure.management.batch.Application.DefinitionStages.WithAttach.withAllowUpdates(boolean)
- fullName: com.microsoft.azure.management.batch.Application.DefinitionStages.WithAttach<ParentT>.withDisplayName(String displayName)
name: withDisplayName(String displayName)
nameWithType: Application.DefinitionStages.WithAttach<ParentT>.withDisplayName(String displayName)
parameters:
- description: <p>a display name </p>
name: displayName
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the next stage of the definition </p>
type: <xref href="DefinitionStages.WithAttach%3CParentT%3E?alt=DefinitionStages.WithAttach%3CParentT%3E&text=DefinitionStages.WithAttach%3CParentT%3E" data-throw-if-not-resolved="False"/>
summary: >-
<p>Specifies a display name for the Batch application.</p>
<p></p>
syntax: public DefinitionStages.WithAttach<ParentT> withDisplayName(String displayName)
uid: com.microsoft.azure.management.batch.Application.DefinitionStages.WithAttach.withDisplayName(String)
nameWithType: Application.DefinitionStages.WithAttach<ParentT>
syntax: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,Application.DefinitionStages.WithApplicationPackage<ParentT>
type: interface
typeParameters:
- description: <p>the stage of the parent Batch account definition to return to after attaching this definition </p>
name: ParentT
uid: com.microsoft.azure.management.batch.Application.DefinitionStages.WithAttach
fullName: com.microsoft.azure.management.batch.Application.DefinitionStages.WithAttach<ParentT>
name: Application.DefinitionStages.WithAttach<ParentT>
package: com.microsoft.azure.management.batch
summary: >-
<p>The final stage of the application definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the application definition can be attached to the parent batch account definition. </p>
metadata: {}