CloudJobScheduleOperationsExtensions.ExistsAsync Method (ICloudJobScheduleOperations, String, CloudJobScheduleExistsParameters)
Checks the specified job schedule exists.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static Task<CloudJobScheduleExistsResponse> ExistsAsync(
this ICloudJobScheduleOperations operations,
string jobScheduleId,
CloudJobScheduleExistsParameters parameters
)
public:
[ExtensionAttribute]
static Task<CloudJobScheduleExistsResponse^>^ ExistsAsync(
ICloudJobScheduleOperations^ operations,
String^ jobScheduleId,
CloudJobScheduleExistsParameters^ parameters
)
static member ExistsAsync :
operations:ICloudJobScheduleOperations *
jobScheduleId:string *
parameters:CloudJobScheduleExistsParameters -> Task<CloudJobScheduleExistsResponse>
<ExtensionAttribute>
Public Shared Function ExistsAsync (
operations As ICloudJobScheduleOperations,
jobScheduleId As String,
parameters As CloudJobScheduleExistsParameters
) As Task(Of CloudJobScheduleExistsResponse)
Parameters
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudJobScheduleOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudJobScheduleOperations.
jobScheduleId
Type: System.StringRequired. The id of the job schedule which you want to check.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleExistsParametersRequired. The parameters for the request.
Return Value
Type: System.Threading.Tasks.Task<CloudJobScheduleExistsResponse>
Response to a CloudJobScheduleOperations.Exists request.
See Also
CloudJobScheduleOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top