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

177 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.Pool"
fullName: "com.microsoft.azure.management.batch.Pool"
name: "Pool"
nameWithType: "Pool"
summary: "An immutable client-side representation of an Azure Batch account pool."
syntax: "public interface **Pool**</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\" />&lt;<xref href=\"com.microsoft.azure.management.batch.Pool?alt=com.microsoft.azure.management.batch.Pool&text=Pool\" 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\" />&gt;, <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\" />&lt;<xref href=\"com.microsoft.azure.management.batch.implementation.PoolInner?alt=com.microsoft.azure.management.batch.implementation.PoolInner&text=PoolInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.batch.Pool.applicationLicenses()"
fullName: "com.microsoft.azure.management.batch.Pool.applicationLicenses()"
name: "applicationLicenses()"
nameWithType: "Pool.applicationLicenses()"
modifiers:
- "abstract"
syntax: "public abstract List<String> applicationLicenses()"
returns:
description: "the applicationLicenses value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.Pool.applicationPackages()"
fullName: "com.microsoft.azure.management.batch.Pool.applicationPackages()"
name: "applicationPackages()"
nameWithType: "Pool.applicationPackages()"
modifiers:
- "abstract"
syntax: "public abstract List<ApplicationPackageReference> applicationPackages()"
returns:
description: "the applicationPackages value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.ApplicationPackageReference?alt=com.microsoft.azure.management.batch.ApplicationPackageReference&text=ApplicationPackageReference\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.Pool.certificates()"
fullName: "com.microsoft.azure.management.batch.Pool.certificates()"
name: "certificates()"
nameWithType: "Pool.certificates()"
modifiers:
- "abstract"
syntax: "public abstract List<CertificateReference> certificates()"
returns:
description: "the certificates value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.CertificateReference?alt=com.microsoft.azure.management.batch.CertificateReference&text=CertificateReference\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.Pool.deploymentConfiguration()"
fullName: "com.microsoft.azure.management.batch.Pool.deploymentConfiguration()"
name: "deploymentConfiguration()"
nameWithType: "Pool.deploymentConfiguration()"
modifiers:
- "abstract"
syntax: "public abstract DeploymentConfiguration deploymentConfiguration()"
returns:
description: "the deployment configuration value"
type: "<xref href=\"com.microsoft.azure.management.batch.DeploymentConfiguration?alt=com.microsoft.azure.management.batch.DeploymentConfiguration&text=DeploymentConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.Pool.displayName()"
fullName: "com.microsoft.azure.management.batch.Pool.displayName()"
name: "displayName()"
nameWithType: "Pool.displayName()"
modifiers:
- "abstract"
syntax: "public abstract String displayName()"
returns:
description: "the display name for the pool"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.Pool.interNodeCommunication()"
fullName: "com.microsoft.azure.management.batch.Pool.interNodeCommunication()"
name: "interNodeCommunication()"
nameWithType: "Pool.interNodeCommunication()"
modifiers:
- "abstract"
syntax: "public abstract InterNodeCommunicationState interNodeCommunication()"
returns:
description: "the interNodeCommunication value"
type: "<xref href=\"com.microsoft.azure.management.batch.InterNodeCommunicationState?alt=com.microsoft.azure.management.batch.InterNodeCommunicationState&text=InterNodeCommunicationState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.Pool.maxTasksPerNode()"
fullName: "com.microsoft.azure.management.batch.Pool.maxTasksPerNode()"
name: "maxTasksPerNode()"
nameWithType: "Pool.maxTasksPerNode()"
modifiers:
- "abstract"
syntax: "</br>public abstract Integer maxTasksPerNode()"
returns:
description: "the maxTasksPerNode value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.Pool.metadata()"
fullName: "com.microsoft.azure.management.batch.Pool.metadata()"
name: "metadata()"
nameWithType: "Pool.metadata()"
modifiers:
- "abstract"
syntax: "public abstract List<MetadataItem> metadata()"
returns:
description: "the metadata value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.MetadataItem?alt=com.microsoft.azure.management.batch.MetadataItem&text=MetadataItem\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.Pool.mountConfiguration()"
fullName: "com.microsoft.azure.management.batch.Pool.mountConfiguration()"
name: "mountConfiguration()"
nameWithType: "Pool.mountConfiguration()"
modifiers:
- "abstract"
syntax: "public abstract List<MountConfiguration> mountConfiguration()"
returns:
description: "the mountConfiguration value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.MountConfiguration?alt=com.microsoft.azure.management.batch.MountConfiguration&text=MountConfiguration\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.Pool.networkConfiguration()"
fullName: "com.microsoft.azure.management.batch.Pool.networkConfiguration()"
name: "networkConfiguration()"
nameWithType: "Pool.networkConfiguration()"
modifiers:
- "abstract"
syntax: "public abstract NetworkConfiguration networkConfiguration()"
returns:
description: "the networkConfiguration value"
type: "<xref href=\"com.microsoft.azure.management.batch.NetworkConfiguration?alt=com.microsoft.azure.management.batch.NetworkConfiguration&text=NetworkConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.Pool.scaleSettings()"
fullName: "com.microsoft.azure.management.batch.Pool.scaleSettings()"
name: "scaleSettings()"
nameWithType: "Pool.scaleSettings()"
modifiers:
- "abstract"
syntax: "public abstract ScaleSettings scaleSettings()"
returns:
description: "the scaleSettings value"
type: "<xref href=\"com.microsoft.azure.management.batch.ScaleSettings?alt=com.microsoft.azure.management.batch.ScaleSettings&text=ScaleSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.Pool.startTask()"
fullName: "com.microsoft.azure.management.batch.Pool.startTask()"
name: "startTask()"
nameWithType: "Pool.startTask()"
modifiers:
- "abstract"
syntax: "public abstract StartTask startTask()"
returns:
description: "the startTask value"
type: "<xref href=\"com.microsoft.azure.management.batch.StartTask?alt=com.microsoft.azure.management.batch.StartTask&text=StartTask\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.Pool.taskSchedulingPolicy()"
fullName: "com.microsoft.azure.management.batch.Pool.taskSchedulingPolicy()"
name: "taskSchedulingPolicy()"
nameWithType: "Pool.taskSchedulingPolicy()"
modifiers:
- "abstract"
syntax: "public abstract TaskSchedulingPolicy taskSchedulingPolicy()"
returns:
description: "the taskSchedulingPolicy value"
type: "<xref href=\"com.microsoft.azure.management.batch.TaskSchedulingPolicy?alt=com.microsoft.azure.management.batch.TaskSchedulingPolicy&text=TaskSchedulingPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.Pool.taskSlotsPerNode()"
fullName: "com.microsoft.azure.management.batch.Pool.taskSlotsPerNode()"
name: "taskSlotsPerNode()"
nameWithType: "Pool.taskSlotsPerNode()"
modifiers:
- "abstract"
syntax: "public abstract Integer taskSlotsPerNode()"
returns:
description: "the number of task slots that can be used to run concurrent tasks on a single compute node in the pool"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.Pool.userAccounts()"
fullName: "com.microsoft.azure.management.batch.Pool.userAccounts()"
name: "userAccounts()"
nameWithType: "Pool.userAccounts()"
modifiers:
- "abstract"
syntax: "public abstract List<UserAccount> userAccounts()"
returns:
description: "the userAccounts value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.UserAccount?alt=com.microsoft.azure.management.batch.UserAccount&text=UserAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.Pool.vmSize()"
fullName: "com.microsoft.azure.management.batch.Pool.vmSize()"
name: "vmSize()"
nameWithType: "Pool.vmSize()"
modifiers:
- "abstract"
syntax: "public abstract String vmSize()"
returns:
description: "the size of virtual machine in the pool"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure Batch account pool."
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\" />&lt;<xref href=\"com.microsoft.azure.management.batch.Pool?alt=com.microsoft.azure.management.batch.Pool&text=Pool\" 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\" />&gt;"
- "<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\" />&lt;<xref href=\"com.microsoft.azure.management.batch.implementation.PoolInner?alt=com.microsoft.azure.management.batch.implementation.PoolInner&text=PoolInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4