Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleEnableHeaders>> |
JobSchedules.enableWithServiceResponseAsync(String jobScheduleId)
Enables a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleEnableHeaders>> |
JobSchedules.enableWithServiceResponseAsync(String jobScheduleId,
JobScheduleEnableOptions jobScheduleEnableOptions)
Enables a job schedule.
|
Modifier and Type | Method and Description |
---|---|
JobScheduleEnableHeaders |
JobScheduleEnableHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobScheduleEnableHeaders |
JobScheduleEnableHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
JobScheduleEnableHeaders |
JobScheduleEnableHeaders.withETag(String eTag)
Set the eTag value.
|
JobScheduleEnableHeaders |
JobScheduleEnableHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobScheduleEnableHeaders |
JobScheduleEnableHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.