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
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudPoolOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudPoolOperations.
poolId
Type: System.StringRequired. The id of the pool to get.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudPoolExistsParametersRequired. The parameters for the request.
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