Uses of Class
com.azure.resourcemanager.containerregistry.models.RunRequest
-
Packages that use RunRequest Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of RunRequest in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type RunRequest Modifier and Type Method Description com.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.RunInnerRegistriesClient. scheduleRun(String resourceGroupName, String registryName, RunRequest runRequest)Schedules a new run based on the request parameters and add it to the run queue.RunInnerRegistriesClient. 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.Mono<RunInner>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 RunRequest Modifier and Type Method Description RunRequestTaskRunInner. runRequest()Get the runRequest property: The request (parameters) for the run.RunRequestTaskRunPropertiesInner. runRequest()Get the runRequest property: The request (parameters) for the run.RunRequestTaskRunPropertiesUpdateParameters. runRequest()Get the runRequest property: The request (parameters) for the new run.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type RunRequest Modifier and Type Method Description TaskRunInnerTaskRunInner. withRunRequest(RunRequest runRequest)Set the runRequest property: The request (parameters) for the run.TaskRunPropertiesInnerTaskRunPropertiesInner. withRunRequest(RunRequest runRequest)Set the runRequest property: The request (parameters) for the run.TaskRunPropertiesUpdateParametersTaskRunPropertiesUpdateParameters. 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.models Modifier and Type Class Description classDockerBuildRequestThe parameters for a docker quick build.classEncodedTaskRunRequestThe parameters for a quick task run request.classFileTaskRunRequestThe request parameters for a scheduling run against a task file.classTaskRunRequestThe parameters for a task run request.Methods in com.azure.resourcemanager.containerregistry.models that return RunRequest Modifier and Type Method Description RunRequestTaskRunUpdateParameters. runRequest()Get the runRequest property: The request (parameters) for the new run.RunRequestRunRequest. withAgentPoolName(String agentPoolName)Set the agentPoolName property: The dedicated agent pool for the run.RunRequestRunRequest. withIsArchiveEnabled(Boolean isArchiveEnabled)Set the isArchiveEnabled property: The value that indicates whether archiving is enabled for the run or not.RunRequestRunRequest. 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 RunRequest Modifier and Type Method Description TaskRunUpdateParametersTaskRunUpdateParameters. withRunRequest(RunRequest runRequest)Set the runRequest property: The request (parameters) for the new run.
-