Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.RunProperties
Packages that use RunProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of RunProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return RunPropertiesModifier and TypeMethodDescriptionstatic RunPropertiesRunProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RunProperties from the JsonReader.RunProperties.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.RunProperties.withAgentPoolName(String agentPoolName) Set the agentPoolName property: The dedicated agent pool for the run.RunProperties.withCreateTime(OffsetDateTime createTime) Set the createTime property: The time the run was scheduled.RunProperties.withCustomRegistries(List<String> customRegistries) Set the customRegistries property: The list of custom registries that were logged in during this run.RunProperties.withFinishTime(OffsetDateTime finishTime) Set the finishTime property: The time the run finished.RunProperties.withImageUpdateTrigger(ImageUpdateTrigger imageUpdateTrigger) Set the imageUpdateTrigger property: The image update trigger that caused the run.RunProperties.withIsArchiveEnabled(Boolean isArchiveEnabled) Set the isArchiveEnabled property: The value that indicates whether archiving is enabled or not.RunProperties.withLastUpdatedTime(OffsetDateTime lastUpdatedTime) Set the lastUpdatedTime property: The last updated time for the run.RunProperties.withOutputImages(List<ImageDescriptor> outputImages) Set the outputImages property: The list of all images that were generated from the run.RunProperties.withPlatform(PlatformProperties platform) Set the platform property: The platform properties against which the run will happen.RunProperties.withProvisioningState(ProvisioningState provisioningState) Set the provisioningState property: The provisioning state of a run.Set the runId property: The unique identifier for the run.RunProperties.withRunType(RunType runType) Set the runType property: The type of run.RunProperties.withSourceRegistryAuth(String sourceRegistryAuth) Set the sourceRegistryAuth property: The scope of the credentials that were used to login to the source registry during this run.RunProperties.withSourceTrigger(SourceTriggerDescriptor sourceTrigger) Set the sourceTrigger property: The source trigger that caused the run.RunProperties.withStartTime(OffsetDateTime startTime) Set the startTime property: The time the run started.RunProperties.withStatus(RunStatus status) Set the status property: The current status of the run.Set the task property: The task against which run was scheduled.RunProperties.withTimerTrigger(TimerTriggerDescriptor timerTrigger) Set the timerTrigger property: The timer trigger that caused the run.RunProperties.withUpdateTriggerToken(String updateTriggerToken) Set the updateTriggerToken property: The update trigger token passed for the Run.