CloudPoolOperationsExtensions.Exists Method (ICloudPoolOperations, String, CloudPoolExistsParameters)

 

Gets basic properties of a pool.

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

Syntax

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

Parameters

  • poolId
    Type: System.String

    Required. The id of the pool to get.

Return Value

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

Response to a CloudPoolOperations.Exists request.

See Also

CloudPoolOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top