CloudPoolOperationsExtensions.Patch Method (ICloudPoolOperations, String, CloudPoolPatchParameters)

 

Updates the properties of a pool.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public static CloudPoolPatchResponse Patch(
    this ICloudPoolOperations operations,
    string poolId,
    CloudPoolPatchParameters parameters
)
public:
[ExtensionAttribute]
static CloudPoolPatchResponse^ Patch(
    ICloudPoolOperations^ operations,
    String^ poolId,
    CloudPoolPatchParameters^ parameters
)
static member Patch : 
        operations:ICloudPoolOperations *
        poolId:string *
        parameters:CloudPoolPatchParameters -> CloudPoolPatchResponse
<ExtensionAttribute>
Public Shared Function Patch (
    operations As ICloudPoolOperations,
    poolId As String,
    parameters As CloudPoolPatchParameters
) As CloudPoolPatchResponse

Parameters

  • poolId
    Type: System.String

    Required. The id of the pool to update.

Return Value

Type: Microsoft.Azure.Batch.Protocol.Models.CloudPoolPatchResponse

Response to a CloudPoolOperations.Patch request.

See Also

CloudPoolOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top