62 строки
4.0 KiB
YAML
62 строки
4.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithPool"
|
|
fullName: "com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithPool"
|
|
name: "BatchAccount.UpdateStages.WithPool"
|
|
nameWithType: "BatchAccount.UpdateStages.WithPool"
|
|
summary: "The stage of a Batch account definition allowing the creation of a Batch pool."
|
|
syntax: "public static interface **BatchAccount.UpdateStages.WithPool**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithPool.defineNewPool(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithPool.defineNewPool(String poolId)"
|
|
name: "defineNewPool(String poolId)"
|
|
nameWithType: "BatchAccount.UpdateStages.WithPool.defineNewPool(String poolId)"
|
|
summary: "Starts a definition of a pool to be created in the Batch account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the reference name for the pool"
|
|
name: "poolId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Pool.UpdateDefinitionStages.Blank<BatchAccount.Update> defineNewPool(String poolId)"
|
|
desc: "Starts a definition of a pool to be created in the Batch account."
|
|
returns:
|
|
description: "the first stage of a Batch pool definition"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.Pool.UpdateDefinitionStages.Blank?alt=com.microsoft.azure.management.batch.Pool.UpdateDefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.BatchAccount.Update?alt=com.microsoft.azure.management.batch.BatchAccount.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithPool.updatePool(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithPool.updatePool(String poolId)"
|
|
name: "updatePool(String poolId)"
|
|
nameWithType: "BatchAccount.UpdateStages.WithPool.updatePool(String poolId)"
|
|
summary: "Begins the description of an update of an existing Batch pool in this Batch account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the reference name of the pool to be updated"
|
|
name: "poolId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Pool.Update updatePool(String poolId)"
|
|
desc: "Begins the description of an update of an existing Batch pool in this Batch account."
|
|
returns:
|
|
description: "the first stage of a Batch pool 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.BatchAccount.UpdateStages.WithPool.withoutPool(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithPool.withoutPool(String poolId)"
|
|
name: "withoutPool(String poolId)"
|
|
nameWithType: "BatchAccount.UpdateStages.WithPool.withoutPool(String poolId)"
|
|
summary: "Removes the specified pool from the Batch account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the reference name for the pool to be removed"
|
|
name: "poolId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract BatchAccount.Update withoutPool(String poolId)"
|
|
desc: "Removes the specified pool from the Batch account."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccount.Update?alt=com.microsoft.azure.management.batch.BatchAccount.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The stage of a Batch account definition allowing the creation of a Batch pool."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.batch"
|
|
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4
|