PoolOperationsExtensions.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a Pool to the specified Account.
public static Microsoft.Azure.Batch.Protocol.Models.PoolAddHeaders Add (this Microsoft.Azure.Batch.Protocol.IPoolOperations operations, Microsoft.Azure.Batch.Protocol.Models.PoolAddParameter pool, Microsoft.Azure.Batch.Protocol.Models.PoolAddOptions poolAddOptions = default);
static member Add : Microsoft.Azure.Batch.Protocol.IPoolOperations * Microsoft.Azure.Batch.Protocol.Models.PoolAddParameter * Microsoft.Azure.Batch.Protocol.Models.PoolAddOptions -> Microsoft.Azure.Batch.Protocol.Models.PoolAddHeaders
<Extension()>
Public Function Add (operations As IPoolOperations, pool As PoolAddParameter, Optional poolAddOptions As PoolAddOptions = Nothing) As PoolAddHeaders
Parameters
- operations
- IPoolOperations
The operations group for this extension method.
- pool
- PoolAddParameter
The Pool to be added.
- poolAddOptions
- PoolAddOptions
Additional parameters for the operation
Returns
Remarks
When naming Pools, avoid including sensitive information such as user names or secret project names. This information may appear in telemetry logs accessible to Microsoft Support engineers.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET