CloudJobScheduleOperationsExtensions.Exists 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 CloudJobScheduleExistsResponse Exists(
    this ICloudJobScheduleOperations operations,
    string jobScheduleId,
    CloudJobScheduleExistsParameters parameters
)
public:
[ExtensionAttribute]
static CloudJobScheduleExistsResponse^ Exists(
    ICloudJobScheduleOperations^ operations,
    String^ jobScheduleId,
    CloudJobScheduleExistsParameters^ parameters
)
static member Exists : 
        operations:ICloudJobScheduleOperations *
        jobScheduleId:string *
        parameters:CloudJobScheduleExistsParameters -> CloudJobScheduleExistsResponse
<ExtensionAttribute>
Public Shared Function Exists (
    operations As ICloudJobScheduleOperations,
    jobScheduleId As String,
    parameters As CloudJobScheduleExistsParameters
) As CloudJobScheduleExistsResponse

Parameters

  • jobScheduleId
    Type: System.String

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

Return Value

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

Response to a CloudJobScheduleOperations.Exists request.

See Also

CloudJobScheduleOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top