Uses of Class
com.azure.resourcemanager.containerregistry.models.RunRequest
Packages that use RunRequest
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
null.
Package containing the inner data models for ContainerRegistryManagementClient.
null.
Package containing the data models for ContainerRegistryManagementClient.
null.
-
Uses of RunRequest in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type RunRequestModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RunInner>, RunInner> RegistriesClient.beginScheduleRun(String resourceGroupName, String registryName, RunRequest runRequest) Schedules a new run based on the request parameters and add it to the run queue.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RunInner>, RunInner> RegistriesClient.beginScheduleRun(String resourceGroupName, String registryName, RunRequest runRequest, com.azure.core.util.Context context) Schedules a new run based on the request parameters and add it to the run queue.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RunInner>, RunInner> RegistriesClient.beginScheduleRunAsync(String resourceGroupName, String registryName, RunRequest runRequest) Schedules a new run based on the request parameters and add it to the run queue.RegistriesClient.scheduleRun(String resourceGroupName, String registryName, RunRequest runRequest) Schedules a new run based on the request parameters and add it to the run queue.RegistriesClient.scheduleRun(String resourceGroupName, String registryName, RunRequest runRequest, com.azure.core.util.Context context) Schedules a new run based on the request parameters and add it to the run queue.RegistriesClient.scheduleRunAsync(String resourceGroupName, String registryName, RunRequest runRequest) Schedules a new run based on the request parameters and add it to the run queue.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> RegistriesClient.scheduleRunWithResponseAsync(String resourceGroupName, String registryName, RunRequest runRequest) Schedules a new run based on the request parameters and add it to the run queue. -
Uses of RunRequest in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return RunRequestModifier and TypeMethodDescriptionTaskRunInner.runRequest()Get the runRequest property: The request (parameters) for the run.TaskRunPropertiesInner.runRequest()Get the runRequest property: The request (parameters) for the run.TaskRunPropertiesUpdateParameters.runRequest()Get the runRequest property: The request (parameters) for the new run.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type RunRequestModifier and TypeMethodDescriptionTaskRunInner.withRunRequest(RunRequest runRequest) Set the runRequest property: The request (parameters) for the run.TaskRunPropertiesInner.withRunRequest(RunRequest runRequest) Set the runRequest property: The request (parameters) for the run.TaskRunPropertiesUpdateParameters.withRunRequest(RunRequest runRequest) Set the runRequest property: The request (parameters) for the new run. -
Uses of RunRequest in com.azure.resourcemanager.containerregistry.models
Subclasses of RunRequest in com.azure.resourcemanager.containerregistry.modelsModifier and TypeClassDescriptionfinal classThe parameters for a docker quick build.final classThe parameters for a quick task run request.final classThe request parameters for a scheduling run against a task file.final classThe parameters for a task run request.Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type RunRequestMethods in com.azure.resourcemanager.containerregistry.models that return RunRequestModifier and TypeMethodDescriptionstatic RunRequestRunRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RunRequest from the JsonReader.TaskRunUpdateParameters.runRequest()Get the runRequest property: The request (parameters) for the new run.RunRequest.withAgentPoolName(String agentPoolName) Set the agentPoolName property: The dedicated agent pool for the run.RunRequest.withIsArchiveEnabled(Boolean isArchiveEnabled) Set the isArchiveEnabled property: The value that indicates whether archiving is enabled for the run or not.RunRequest.withLogTemplate(String logTemplate) Set the logTemplate property: The template that describes the repository and tag information for run log artifact.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type RunRequestModifier and TypeMethodDescriptionTaskRunUpdateParameters.withRunRequest(RunRequest runRequest) Set the runRequest property: The request (parameters) for the new run.