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

29 строки
2.2 KiB
YAML

### YamlMime:JavaType
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model.Settable.parent()
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withApplicationLicenses(List<String>)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withApplicationPackages(List<ApplicationPackageReference>)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withCertificates(List<CertificateReference>)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withDeploymentConfiguration(DeploymentConfiguration)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withDisplayName(String)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withInterNodeCommunication(InterNodeCommunicationState)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withMaxTasksPerNode(Integer)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withMetadata(List<MetadataItem>)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withMountConfiguration(List<MountConfiguration>)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withNetworkConfiguration(NetworkConfiguration)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withScaleSettings(ScaleSettings)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withStartTask(StartTask)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withTaskSchedulingPolicy(TaskSchedulingPolicy)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withTaskSlotsPerNode(Integer)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withUserAccounts(List<UserAccount>)
- com.microsoft.azure.management.batch.Pool.UpdateStages.WithAttach.withVmSize(String)
nameWithType: Pool.Update
syntax: public interface Update extends Settable<BatchAccount.Update>,Pool.UpdateStages.WithAttach
type: interface
uid: com.microsoft.azure.management.batch.Pool.Update
fullName: com.microsoft.azure.management.batch.Pool.Update
name: Pool.Update
package: com.microsoft.azure.management.batch
summary: <p>The entirety of a Batch pool update as a part of a Batch account update. </p>
metadata: {}