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

  • jobScheduleId
    Type: System.String

    Required. The id of the job schedule which you want to check.

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