270 строки
20 KiB
YAML
270 строки
20 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach"
|
|
name: "Pool.UpdateStages.WithAttach"
|
|
nameWithType: "Pool.UpdateStages.WithAttach"
|
|
summary: "The stage of a Batch pool update allowing the creation of configurations."
|
|
syntax: "public static interface **Pool.UpdateStages.WithAttach**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withApplicationLicenses(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withApplicationLicenses(List<String> applicationLicenses)"
|
|
name: "withApplicationLicenses(List<String> applicationLicenses)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withApplicationLicenses(List<String> applicationLicenses)"
|
|
summary: "Specifies the list of application licenses."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "applicationLicenses value"
|
|
name: "applicationLicenses"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract Pool.Update withApplicationLicenses(List<String> applicationLicenses)"
|
|
desc: "Specifies the list of application licenses."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withApplicationPackages(java.util.List<com.microsoft.azure.management.batch.ApplicationPackageReference>)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withApplicationPackages(List<ApplicationPackageReference> applicationPackages)"
|
|
name: "withApplicationPackages(List<ApplicationPackageReference> applicationPackages)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withApplicationPackages(List<ApplicationPackageReference> applicationPackages)"
|
|
summary: "Specifies the application package references affect all new compute nodes joining the pool."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "applicationPackages value"
|
|
name: "applicationPackages"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.ApplicationPackageReference?alt=com.microsoft.azure.management.batch.ApplicationPackageReference&text=ApplicationPackageReference\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract Pool.Update withApplicationPackages(List<ApplicationPackageReference> applicationPackages)"
|
|
desc: "Specifies the application package references affect all new compute nodes joining the pool."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withCertificates(java.util.List<com.microsoft.azure.management.batch.CertificateReference>)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withCertificates(List<CertificateReference> certificates)"
|
|
name: "withCertificates(List<CertificateReference> certificates)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withCertificates(List<CertificateReference> certificates)"
|
|
summary: "Specifies the certificates for compute nodes."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "certificates value"
|
|
name: "certificates"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.CertificateReference?alt=com.microsoft.azure.management.batch.CertificateReference&text=CertificateReference\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract Pool.Update withCertificates(List<CertificateReference> certificates)"
|
|
desc: "Specifies the certificates for compute nodes."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withDeploymentConfiguration(com.microsoft.azure.management.batch.DeploymentConfiguration)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)"
|
|
name: "withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)"
|
|
summary: "Specifies the creation of nodes using Cloud<wbr>Service<wbr>Configuration/Virtual<wbr>Machine<wbr>Configuration."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "deploymentConfiguration value"
|
|
name: "deploymentConfiguration"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.DeploymentConfiguration?alt=com.microsoft.azure.management.batch.DeploymentConfiguration&text=DeploymentConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Pool.Update withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)"
|
|
desc: "Specifies the creation of nodes using CloudServiceConfiguration/VirtualMachineConfiguration."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withDisplayName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withDisplayName(String displayName)"
|
|
name: "withDisplayName(String displayName)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withDisplayName(String displayName)"
|
|
summary: "Specifies the display name for the pool."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "displayName value"
|
|
name: "displayName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Pool.Update withDisplayName(String displayName)"
|
|
desc: "Specifies the display name for the pool."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withInterNodeCommunication(com.microsoft.azure.management.batch.InterNodeCommunicationState)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)"
|
|
name: "withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)"
|
|
summary: "Specifies the restrictions on which nodes can be assigned to the pool."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "interNodeCommunication value"
|
|
name: "interNodeCommunication"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.InterNodeCommunicationState?alt=com.microsoft.azure.management.batch.InterNodeCommunicationState&text=InterNodeCommunicationState\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Pool.Update withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)"
|
|
desc: "Specifies the restrictions on which nodes can be assigned to the pool."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withMaxTasksPerNode(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withMaxTasksPerNode(Integer maxTasksPerNode)"
|
|
name: "withMaxTasksPerNode(Integer maxTasksPerNode)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withMaxTasksPerNode(Integer maxTasksPerNode)"
|
|
summary: "Specifies the maximum value of tasks to run on each node."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "maxTasksPerNode value"
|
|
name: "maxTasksPerNode"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "</br>public abstract Pool.Update withMaxTasksPerNode(Integer maxTasksPerNode)"
|
|
desc: "Specifies the maximum value of tasks to run on each node."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withMetadata(java.util.List<com.microsoft.azure.management.batch.MetadataItem>)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withMetadata(List<MetadataItem> metadata)"
|
|
name: "withMetadata(List<MetadataItem> metadata)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withMetadata(List<MetadataItem> metadata)"
|
|
summary: "Specifies the metadata for the use of user code."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "metadata value"
|
|
name: "metadata"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.MetadataItem?alt=com.microsoft.azure.management.batch.MetadataItem&text=MetadataItem\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract Pool.Update withMetadata(List<MetadataItem> metadata)"
|
|
desc: "Specifies the metadata for the use of user code."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withMountConfiguration(java.util.List<com.microsoft.azure.management.batch.MountConfiguration>)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withMountConfiguration(List<MountConfiguration> mountConfigurations)"
|
|
name: "withMountConfiguration(List<MountConfiguration> mountConfigurations)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withMountConfiguration(List<MountConfiguration> mountConfigurations)"
|
|
summary: "Specifies the file system configuration for the pool to mount on each node."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "mount configuration value"
|
|
name: "mountConfigurations"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.MountConfiguration?alt=com.microsoft.azure.management.batch.MountConfiguration&text=MountConfiguration\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract Pool.Update withMountConfiguration(List<MountConfiguration> mountConfigurations)"
|
|
desc: "Specifies the file system configuration for the pool to mount on each node."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withNetworkConfiguration(com.microsoft.azure.management.batch.NetworkConfiguration)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withNetworkConfiguration(NetworkConfiguration networkConfiguration)"
|
|
name: "withNetworkConfiguration(NetworkConfiguration networkConfiguration)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withNetworkConfiguration(NetworkConfiguration networkConfiguration)"
|
|
summary: "Specifies the network configuration for the pool."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "network configuration value"
|
|
name: "networkConfiguration"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.NetworkConfiguration?alt=com.microsoft.azure.management.batch.NetworkConfiguration&text=NetworkConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Pool.Update withNetworkConfiguration(NetworkConfiguration networkConfiguration)"
|
|
desc: "Specifies the network configuration for the pool."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withScaleSettings(com.microsoft.azure.management.batch.ScaleSettings)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withScaleSettings(ScaleSettings scaleSettings)"
|
|
name: "withScaleSettings(ScaleSettings scaleSettings)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withScaleSettings(ScaleSettings scaleSettings)"
|
|
summary: "Specifies the scale settings for the pool."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "scale settings value"
|
|
name: "scaleSettings"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.ScaleSettings?alt=com.microsoft.azure.management.batch.ScaleSettings&text=ScaleSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Pool.Update withScaleSettings(ScaleSettings scaleSettings)"
|
|
desc: "Specifies the scale settings for the pool."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withStartTask(com.microsoft.azure.management.batch.StartTask)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withStartTask(StartTask startTask)"
|
|
name: "withStartTask(StartTask startTask)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withStartTask(StartTask startTask)"
|
|
summary: "Specifies the start task for the pool."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "start task value"
|
|
name: "startTask"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.StartTask?alt=com.microsoft.azure.management.batch.StartTask&text=StartTask\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Pool.Update withStartTask(StartTask startTask)"
|
|
desc: "Specifies the start task for the pool."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withTaskSchedulingPolicy(com.microsoft.azure.management.batch.TaskSchedulingPolicy)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)"
|
|
name: "withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)"
|
|
summary: "Specifies the task scheduling policy."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "taskSchedulingPolicy value"
|
|
name: "taskSchedulingPolicy"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.TaskSchedulingPolicy?alt=com.microsoft.azure.management.batch.TaskSchedulingPolicy&text=TaskSchedulingPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Pool.Update withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)"
|
|
desc: "Specifies the task scheduling policy."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withTaskSlotsPerNode(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withTaskSlotsPerNode(Integer taskSlotsPerNode)"
|
|
name: "withTaskSlotsPerNode(Integer taskSlotsPerNode)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withTaskSlotsPerNode(Integer taskSlotsPerNode)"
|
|
summary: "Specifies the number of task slots that can be used to run concurrent tasks on a single compute node in the pool."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the number of task slots"
|
|
name: "taskSlotsPerNode"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Pool.Update withTaskSlotsPerNode(Integer taskSlotsPerNode)"
|
|
desc: "Specifies the number of task slots that can be used to run concurrent tasks on a single compute node in the pool. The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withUserAccounts(java.util.List<com.microsoft.azure.management.batch.UserAccount>)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withUserAccounts(List<UserAccount> userAccounts)"
|
|
name: "withUserAccounts(List<UserAccount> userAccounts)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withUserAccounts(List<UserAccount> userAccounts)"
|
|
summary: "Specifies the user accounts value."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "userAccounts value"
|
|
name: "userAccounts"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.UserAccount?alt=com.microsoft.azure.management.batch.UserAccount&text=UserAccount\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract Pool.Update withUserAccounts(List<UserAccount> userAccounts)"
|
|
desc: "Specifies the user accounts value."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withVmSize(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withVmSize(String vmSize)"
|
|
name: "withVmSize(String vmSize)"
|
|
nameWithType: "Pool.UpdateStages.WithAttach.withVmSize(String vmSize)"
|
|
summary: "Specifies the available sizes of virtual machine for Cloud Services pools."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "vmSize value"
|
|
name: "vmSize"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Pool.Update withVmSize(String vmSize)"
|
|
desc: "Specifies the available sizes of virtual machine for Cloud Services pools."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.Update?alt=com.microsoft.azure.management.batch.Pool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The stage of a Batch pool update allowing the creation of configurations."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.batch"
|
|
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4
|