Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.RunInner
Packages that use RunInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RunInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return RunInnerModifier and TypeMethodDescriptionGets the detailed information for a given run.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.RunsClient.update(String resourceGroupName, String registryName, String runId, RunUpdateParameters runUpdateParameters) Patch the run properties.RunsClient.update(String resourceGroupName, String registryName, String runId, RunUpdateParameters runUpdateParameters, com.azure.core.util.Context context) Patch the run properties.Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type RunInnerModifier 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) 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.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.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RunInner>, RunInner> RunsClient.beginUpdate(String resourceGroupName, String registryName, String runId, RunUpdateParameters runUpdateParameters) Patch the run properties.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RunInner>, RunInner> RunsClient.beginUpdate(String resourceGroupName, String registryName, String runId, RunUpdateParameters runUpdateParameters) Patch the run properties.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RunInner>, RunInner> RunsClient.beginUpdate(String resourceGroupName, String registryName, String runId, RunUpdateParameters runUpdateParameters, com.azure.core.util.Context context) Patch the run properties.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RunInner>, RunInner> RunsClient.beginUpdate(String resourceGroupName, String registryName, String runId, RunUpdateParameters runUpdateParameters, com.azure.core.util.Context context) Patch the run properties.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RunInner>, RunInner> RunsClient.beginUpdateAsync(String resourceGroupName, String registryName, String runId, RunUpdateParameters runUpdateParameters) Patch the run properties.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RunInner>, RunInner> RunsClient.beginUpdateAsync(String resourceGroupName, String registryName, String runId, RunUpdateParameters runUpdateParameters) Patch the run properties.Gets the detailed information for a given run.com.azure.core.http.rest.Response<RunInner> RunsClient.getWithResponse(String resourceGroupName, String registryName, String runId, com.azure.core.util.Context context) Gets the detailed information for a given run.RunsClient.getWithResponseAsync(String resourceGroupName, String registryName, String runId) Gets the detailed information for a given run.com.azure.core.http.rest.PagedIterable<RunInner> Gets all the runs for a registry.com.azure.core.http.rest.PagedIterable<RunInner> RunsClient.list(String resourceGroupName, String registryName, String filter, Integer top, com.azure.core.util.Context context) Gets all the runs for a registry.com.azure.core.http.rest.PagedFlux<RunInner> Gets all the runs for a registry.com.azure.core.http.rest.PagedFlux<RunInner> Gets all the runs for a registry.RegistriesClient.scheduleRunAsync(String resourceGroupName, String registryName, RunRequest runRequest) Schedules a new run based on the request parameters and add it to the run queue.RunsClient.updateAsync(String resourceGroupName, String registryName, String runId, RunUpdateParameters runUpdateParameters) Patch the run properties. -
Uses of RunInner in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return RunInnerModifier and TypeMethodDescriptionstatic RunInnerRunInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RunInner from the JsonReader.TaskRunInner.runResult()Get the runResult property: The result of this task run.TaskRunPropertiesInner.runResult()Get the runResult property: The result of this task run.RunInner.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.RunInner.withAgentPoolName(String agentPoolName) Set the agentPoolName property: The dedicated agent pool for the run.RunInner.withCreateTime(OffsetDateTime createTime) Set the createTime property: The time the run was scheduled.RunInner.withCustomRegistries(List<String> customRegistries) Set the customRegistries property: The list of custom registries that were logged in during this run.RunInner.withFinishTime(OffsetDateTime finishTime) Set the finishTime property: The time the run finished.RunInner.withImageUpdateTrigger(ImageUpdateTrigger imageUpdateTrigger) Set the imageUpdateTrigger property: The image update trigger that caused the run.RunInner.withIsArchiveEnabled(Boolean isArchiveEnabled) Set the isArchiveEnabled property: The value that indicates whether archiving is enabled or not.RunInner.withLastUpdatedTime(OffsetDateTime lastUpdatedTime) Set the lastUpdatedTime property: The last updated time for the run.RunInner.withOutputImages(List<ImageDescriptor> outputImages) Set the outputImages property: The list of all images that were generated from the run.RunInner.withPlatform(PlatformProperties platform) Set the platform property: The platform properties against which the run will happen.RunInner.withProvisioningState(ProvisioningState provisioningState) Set the provisioningState property: The provisioning state of a run.Set the runId property: The unique identifier for the run.RunInner.withRunType(RunType runType) Set the runType property: The type of run.RunInner.withSourceRegistryAuth(String sourceRegistryAuth) Set the sourceRegistryAuth property: The scope of the credentials that were used to login to the source registry during this run.RunInner.withSourceTrigger(SourceTriggerDescriptor sourceTrigger) Set the sourceTrigger property: The source trigger that caused the run.RunInner.withStartTime(OffsetDateTime startTime) Set the startTime property: The time the run started.RunInner.withStatus(RunStatus status) Set the status property: The current status of the run.Set the task property: The task against which run was scheduled.RunInner.withTimerTrigger(TimerTriggerDescriptor timerTrigger) Set the timerTrigger property: The timer trigger that caused the run.RunInner.withUpdateTriggerToken(String updateTriggerToken) Set the updateTriggerToken property: The update trigger token passed for the Run. -
Uses of RunInner in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type RunInnerModifier and TypeMethodDescriptionRunListResult.value()Get the value property: The collection value.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type RunInnerModifier and TypeMethodDescriptionSet the value property: The collection value.