CloudPoolOperationsExtensions.UpdateProperties Method (ICloudPoolOperations, String, CloudPoolUpdatePropertiesParameters)
Updates the properties of a pool.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static CloudPoolUpdatePropertiesResponse UpdateProperties(
this ICloudPoolOperations operations,
string poolId,
CloudPoolUpdatePropertiesParameters parameters
)
public:
[ExtensionAttribute]
static CloudPoolUpdatePropertiesResponse^ UpdateProperties(
ICloudPoolOperations^ operations,
String^ poolId,
CloudPoolUpdatePropertiesParameters^ parameters
)
static member UpdateProperties :
operations:ICloudPoolOperations *
poolId:string *
parameters:CloudPoolUpdatePropertiesParameters -> CloudPoolUpdatePropertiesResponse
<ExtensionAttribute>
Public Shared Function UpdateProperties (
operations As ICloudPoolOperations,
poolId As String,
parameters As CloudPoolUpdatePropertiesParameters
) As CloudPoolUpdatePropertiesResponse
Parameters
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudPoolOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudPoolOperations.
poolId
Type: System.StringRequired. The id of the pool to update.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudPoolUpdatePropertiesParametersRequired. The parameters for the request.
Return Value
Type: Microsoft.Azure.Batch.Protocol.Models.CloudPoolUpdatePropertiesResponse
Response to a CloudPoolOperations.UpdateProperties request.
See Also
CloudPoolOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top