com.microsoft.azure.management.containerregistry

This package contains the classes for ContainerRegistryManagementClient.

Classes

AccessKeyType

Defines values for admin user access key names.

Actor

The agent that initiated the event.

AgentProperties

The properties that determine the run agent configuration.

Architecture

Defines values for Architecture.

Argument

The properties of a run argument.

AuthInfo

The authorization properties for accessing the source code repository.

AuthInfoUpdateParameters

The authorization properties for accessing the source code repository.

BaseImageDependency

Properties that describe a base image dependency.

BaseImageDependencyType

Defines values for BaseImageDependencyType.

BaseImageTrigger

The trigger based on base image dependency.

BaseImageTriggerType

Defines values for BaseImageTriggerType.

BaseImageTriggerUpdateParameters

The properties for updating base image dependency trigger.

DockerBuildRequest

The parameters for a docker quick build.

DockerBuildStepUpdateParameters

The properties for updating a docker build step.

DockerTaskStep

The Docker build step.

EncodedTaskRunRequest

The parameters for a quick task run request.

EncodedTaskStep

The properties of an EncodedTask step.

EncodedTaskStepUpdateParameters

The properties for updating encoded task step.

EventContent

The content of the event request message.

EventRequestMessage

The event request message sent to the service URI.

EventResponseMessage

The event response message received from the service URI.

FileTaskRunRequest

The request parameters for a scheduling run against a task file.

FileTaskStep

The properties of a FileTask step.

FileTaskStepUpdateParameters

The properties of updating a task step.

ImageDescriptor

Properties for a registry image.

ImageUpdateTrigger

The image update trigger that caused a build.

ImportImageParameters

The ImportImageParameters model.

ImportMode

Defines values for ImportMode.

ImportSource

The ImportSource model.

ImportSourceCredentials

The ImportSourceCredentials model.

OS

Defines values for OS.

OperationDisplayDefinition

The display information for a container registry operation.

OperationMetricSpecificationDefinition

The definition of Azure Monitoring metric.

OperationServiceSpecificationDefinition

The definition of Azure Monitoring metrics list.

OverridingArgument

Defines an overriding argument that overrides arguments passed in for RegistryDockerTaskStep and RegistryDockerTaskRunRequest.

OverridingValue

Defines an overriding value that overrides values passed in for RegistryFileTaskStep, RegistryFileTaskRunRequest, RegistryEncodedTaskStep, and RegistryEncodedTaskRunRequest.

PlatformProperties

The platform properties against which the run has to happen.

PlatformUpdateParameters

The properties for updating the platform configuration.

PolicyStatus

Defines values for PolicyStatus.

ProvisioningState

Defines values for ProvisioningState.

QuarantinePolicy

An object that represents quarantine policy for a container registry.

RegenerateCredentialParameters

The parameters used to regenerate the login credential.

RegistryNameCheckRequest

A request to check whether a container registry name is available.

RegistryPassword

The login password for the container registry.

RegistryUpdateParameters

The parameters for updating a container registry.

RegistryUsage

The quota usage for a container registry.

RegistryUsageUnit

Defines values for RegistryUsageUnit.

ReplicationUpdateParameters

The parameters for updating a replication.

Request

The request that generated the event.

RunFilter

Properties that are enabled for Odata querying on runs.

RunRequest

The request parameters for scheduling a run.

RunStatus

Defines values for RunStatus.

RunType

Defines values for RunType.

RunUpdateParameters

The set of run properties that can be updated.

SetValue

The properties of a overridable value that can be passed to a task template.

Sku

The SKU of a container registry.

SkuName

Defines values for SkuName.

SkuTier

Defines values for SkuTier.

Source

The registry node that generated the event.

SourceControlType

Defines values for SourceControlType.

SourceProperties

The properties of the source code repository.

SourceTrigger

The properties of a source based trigger.

SourceTriggerDescriptor

The source trigger that caused a run.

SourceTriggerEvent

Defines values for SourceTriggerEvent.

SourceTriggerUpdateParameters

The properties for updating a source based trigger.

SourceUpdateParameters

The properties for updating the source code repository.

Status

The status of an Azure resource at the time the operation was called.

StorageAccountProperties

The properties of a storage account for a container registry.

Target

The target of the event.

TaskRunRequest

The parameters for a task run request.

TaskStatus

Defines values for TaskStatus.

TaskStepProperties

Base properties for any task step.

TaskStepUpdateParameters

Base properties for updating any task step.

TaskUpdateParameters

The parameters for updating a task.

TokenType

Defines values for TokenType.

TriggerProperties

The properties of a trigger.

TriggerStatus

Defines values for TriggerStatus.

TriggerUpdateParameters

The properties for updating triggers.

TrustPolicy

An object that represents content trust policy for a container registry.

TrustPolicyType

Defines values for TrustPolicyType.

Variant

Defines values for Variant.

WebhookAction

Defines values for WebhookAction.

WebhookCreateParameters

The parameters for creating a webhook.

WebhookStatus

Defines values for WebhookStatus.

WebhookUpdateParameters

The parameters for updating a webhook.

Interfaces

CheckNameAvailabilityResult

The result of checking for container registry name availability.

QueuedBuildOperations

Grouping of container registry queued build actions.

Registries

Entry point to the registry management API.

Registries.WebhooksClient

Grouping of registry webhook actions.

Registry

An immutable client-side representation of an Azure registry.

Registry.Definition

Container interface for all the definitions related to a registry.

Registry.DefinitionStages

Grouping of registry definition stages.

Registry.DefinitionStages.Blank

The first stage of a container registry definition.

Registry.DefinitionStages.WithAdminUserEnabled

The stage of the registry definition allowing to enable admin user.

Registry.DefinitionStages.WithCreate

The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.

Registry.DefinitionStages.WithGroup

The stage of the container service definition allowing to specify the resource group.

Registry.DefinitionStages.WithSku

The stage of the registry definition allowing to specify the SKU type.

Registry.DefinitionStages.WithStorageAccount

The stage of the registry definition allowing to specify the storage account.

Registry.DefinitionStages.WithWebhook

The stage of the container registry definition allowing to add or remove a webhook.

Registry.Update

The template for an update operation, containing all the settings that can be modified.

Registry.UpdateStages

Grouping of container service update stages.

Registry.UpdateStages.WithAdminUserEnabled

The stage of the registry update allowing to enable admin user.

Registry.UpdateStages.WithSku

The stage of the registry definition allowing to specify the SKU type.

Registry.UpdateStages.WithWebhook

The stage of the container registry update allowing to add or remove a webhook.

RegistryCredentials

Response containing the login credentials for a container registry.

RegistryDockerTaskRunRequest

An immutable client-side representation of an Azure registry Docker task run request.

RegistryDockerTaskRunRequest.Definition

Container interface for all the definitions related to a registry Docker task run request.

RegistryDockerTaskRunRequest.DefinitionStages

Grouping of registry Docker task run request definition stages.

RegistryDockerTaskRunRequest.DefinitionStages.Blank

The first stage of a container registry Docker task run request definition.

RegistryDockerTaskRunRequest.DefinitionStages.DockerFilePath

The stage of the container Docker task run request definition that specifies the path to the Docker file.

RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable

The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.

RegistryDockerTaskStep

An immutable client-side representation of an Azure RegistryDockerTaskStep registry task.

RegistryDockerTaskStep.Definition

Container interface for all the definitions related to a RegistryDockerTaskStep.

RegistryDockerTaskStep.DefinitionStages

Grouping of registry Docker task definition stages.

RegistryDockerTaskStep.DefinitionStages.Blank

The first stage of a DockerFileTaskStep definition.

RegistryDockerTaskStep.DefinitionStages.DockerFilePath

The stage of the container registry DockerTaskStep definition allowing to specify the path to the Docker file.

RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable

The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.

RegistryDockerTaskStep.Update

Container interface for all the updates related to a RegistryDockerTaskStep.

RegistryDockerTaskStep.UpdateStages

Grouping of registry Docker task update stages.

RegistryDockerTaskStep.UpdateStages.Cache

The stage of the container registry DockerTaskStep update allowing to specify whether to have a cache or not.

RegistryDockerTaskStep.UpdateStages.DockerFilePath

The stage of the container registry DockerTaskStep update allowing to specify the Docker file path.

RegistryDockerTaskStep.UpdateStages.ImageNames

The stage of the container registry DockerTaskStep update allowing to specify the image names.

RegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate

The stage of the container registry DockerTaskStep update allowing to specify any overriding arguments.

RegistryDockerTaskStep.UpdateStages.Push

The stage of the container registry DockerTaskStep update allowing to specify whether push is enabled or not.

RegistryEncodedTaskRunRequest

An immutable client-side representation of an Azure registry Encoded task run request.

RegistryEncodedTaskRunRequest.Definition

Container interface for all the definitions related to a registry Encoded task run request.

RegistryEncodedTaskRunRequest.DefinitionStages

Grouping of registry encoded task run request definition stages.

RegistryEncodedTaskRunRequest.DefinitionStages.Blank

The first stage of an encoded task run request definition.

RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskContent

The stage of the container encoded task run request definition that specifies the base64 encoded task content.

RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable

The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.

RegistryEncodedTaskStep

An immutable client-side representation of an Azure RegistryEncodedTaskStep registry task.

RegistryEncodedTaskStep.Definition

Container interface for all the definitions related to a RegistryEncodedTaskStep.

RegistryEncodedTaskStep.DefinitionStages

Grouping of registry encoded task definition stages.

RegistryEncodedTaskStep.DefinitionStages.Blank

The first stage of a RegistryEncodedTaskStep definition.

RegistryEncodedTaskStep.DefinitionStages.EncodedTaskContent

The stage of the container registry EncodedTaskStep definition allowing to specify the base64 encoded task content.

RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable

The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.

RegistryEncodedTaskStep.Update

Container interface for all the updates related to a RegistryEncodedTaskStep.

RegistryEncodedTaskStep.UpdateStages

Grouping of registry encoded task update stages.

RegistryEncodedTaskStep.UpdateStages.EncodedTaskContent

The stage of the container registry EncodedTaskStep update allowing to specify the task path.

RegistryEncodedTaskStep.UpdateStages.OverridingValues

The stage of the container registry EncodedTaskStep update allowing to specify the overriding values.

RegistryEncodedTaskStep.UpdateStages.ValuePath

The stage of the container registry EncodedTaskStep update allowing to specify the path to the values.

RegistryFileTaskRunRequest

An immutable client-side representation of an Azure registry file task run request.

RegistryFileTaskRunRequest.Definition

Container interface for all the definitions related to a registry file task run request.

RegistryFileTaskRunRequest.DefinitionStages

Grouping of registry file task run request definition stages.

RegistryFileTaskRunRequest.DefinitionStages.Blank

The first stage of a file task run request definition.

RegistryFileTaskRunRequest.DefinitionStages.FileTaskPath

The stage of the container file task run request definition that specifies the path to the task file.

RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable

The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.

RegistryFileTaskStep

An immutable client-side representation of an Azure RegistryFileTaskStep registry task.

RegistryFileTaskStep.Definition

Container interface for all the definitions related to a RegistryFileTaskStep.

RegistryFileTaskStep.DefinitionStages

Grouping of registry file task definition stages.

RegistryFileTaskStep.DefinitionStages.Blank

The first stage of a RegistryFileTaskStep definition.

RegistryFileTaskStep.DefinitionStages.FileTaskPath

The stage of the container registry FileTaskStep definition allowing to specify the task path.

RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable

The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.

RegistryFileTaskStep.Update

Container interface for all the updates related to a RegistryFileTaskStep.

RegistryFileTaskStep.UpdateStages

Grouping of registry file task update stages.

RegistryFileTaskStep.UpdateStages.FileTaskPath

The stage of the container registry FileTaskStep update allowing to specify the task path.

RegistryFileTaskStep.UpdateStages.OverridingValues

The stage of the container registry FileTaskStep update allowing to specify the overriding values.

RegistryFileTaskStep.UpdateStages.ValuePath

The stage of the container registry FileTaskStep update allowing to specify the path to the values.

RegistrySourceTrigger

An immutable client-side representation of a Container Registry source trigger.

RegistrySourceTrigger.Definition

Container interface for all of the definitions related to a container registry source trigger.

RegistrySourceTrigger.DefinitionStages

Grouping of source trigger definition stages.

RegistrySourceTrigger.DefinitionStages.Blank

The first stage of a source trigger definition.

RegistrySourceTrigger.DefinitionStages.RepositoryBranchAndAuth

The stage of the container registry source trigger definition allowing to specify the branch of the repository and authentication credentials if needed to interact with the source control repository.

RegistrySourceTrigger.DefinitionStages.RepositoryUrl

The stage of the container registry source trigger definition allowing to specify the URL of the source control repository.

RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachable

The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.

RegistrySourceTrigger.DefinitionStages.TriggerEventsDefinition

The stage of the container registry source trigger definition allowing to specify the type of actions that will trigger a run.

RegistrySourceTrigger.DefinitionStages.TriggerStatusDefinition

The stage of the container registry source trigger definition allowing to specify the status of the trigger.

RegistrySourceTrigger.Update

Container interface for all of the updates related to a container registry source trigger.

RegistrySourceTrigger.UpdateDefinition

Container interface for defining a new trigger during a task update.

RegistrySourceTrigger.UpdateDefinitionStages

Grouping of source trigger update definition stages.

RegistrySourceTrigger.UpdateDefinitionStages.Blank

The first stage of a source trigger definition.

RegistrySourceTrigger.UpdateDefinitionStages.RepositoryBranchAndAuth

The stage of the container registry source trigger definition allowing to specify the branch of the repository and authentication credentials if needed to interact with the source control repository.

RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrl

The stage of the container registry source trigger definition allowing to specify the URL of the source control repository.

RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable

The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.

RegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinition

The stage of the container registry source trigger definition allowing to specify the type of actions that will trigger a run.

RegistrySourceTrigger.UpdateDefinitionStages.TriggerStatusDefinition

The stage of the container registry source trigger definition allowing to specify the status of the trigger.

RegistrySourceTrigger.UpdateStages

Grouping of source trigger update stages.

RegistrySourceTrigger.UpdateStages.RepositoryBranchAndAuth

The stage of the container registry source trigger update allowing to specify the branch of the repository and authentication credentials if needed to interact with the source control repository.

RegistrySourceTrigger.UpdateStages.RepositoryUrl

The stage of the container registry source trigger update allowing to specify the URL of the source control repository.

RegistrySourceTrigger.UpdateStages.SourceControlType

The stage of the container registry source trigger update allowing to specify the type of source control.

RegistrySourceTrigger.UpdateStages.TriggerEventsDefinition

The stage of the container registry source trigger update allowing to specify the type of actions that will trigger a run.

RegistrySourceTrigger.UpdateStages.TriggerStatusDefinition

The stage of the container registry source trigger update allowing to specify the status of the trigger.

RegistryTask

An immutable client-side representation of an Azure registry task.

RegistryTask.Definition

Container interface for all the definitions related to a registry task.

RegistryTask.DefinitionStages

Grouping of registry task definition stages.

RegistryTask.DefinitionStages.AgentConfiguration

The stage of the container registry task definition that specifies the AgentConfiguration for the container registry task.

RegistryTask.DefinitionStages.Blank

The first stage of a container registry task definition.

RegistryTask.DefinitionStages.Location

The stage of the container registry task definition allowing to specify location.

RegistryTask.DefinitionStages.Platform

The stage of the container registry task definition allowing to specify the platform.

RegistryTask.DefinitionStages.SourceTriggerDefinition

The stage of the container registry task definition that allows users to define a source trigger.

RegistryTask.DefinitionStages.TaskCreatable

The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.

RegistryTask.DefinitionStages.TaskStepType

The stage of the container registry task definition that specifies the type of task step.

RegistryTask.DefinitionStages.Timeout

The stage of the container registry task definition that specifies the timeout for the container registry task.

RegistryTask.DefinitionStages.TriggerTypes

The stage of the container registry task definition that allows users to define either a source trigger and/or a base image trigger.

RegistryTask.Update

Container interface for all the updates related to a registry task.

RegistryTask.UpdateStages

Grouping of registry task update stages.

RegistryTask.UpdateStages.AgentConfiguration

The stage of the container registry task update that updates the AgentConfiguration for the container registry task.

RegistryTask.UpdateStages.Platform

The stage of the container registry task update allowing to update the platform.

RegistryTask.UpdateStages.TaskStepType

The stage of the container registry task definition that specifies the type of task step.

RegistryTask.UpdateStages.Timeout

The stage of the container registry task update that updates the timeout for the container registry task.

RegistryTask.UpdateStages.TriggerTypes

The stage of the container registry task update that allows users to update either a source trigger and/or a base image trigger.

RegistryTaskRun

An immutable client-side representation of an Azure RegistryDockerTaskRunRequest registry task run request.

RegistryTaskRun.Definition

Container interface for all the definitions related to a RegistryTaskRun.

RegistryTaskRun.DefinitionStages

Grouping of registry task run definition stages.

RegistryTaskRun.DefinitionStages.AgentConfiguration

The stage of the container registry task run that specifies the AgentConfiguration for the container registry task run.

RegistryTaskRun.DefinitionStages.Archive

The stage of the container registry task run definition that specifies the enabling and disabling of archiving.

RegistryTaskRun.DefinitionStages.BlankFromRegistry

The first stage of a a RegistryTaskRun definition if originating from a call on a registry.

RegistryTaskRun.DefinitionStages.BlankFromRuns

The first stage of a RegistryTaskRun definition if definition is originating from a call on an existing RegistryTaskRun.

RegistryTaskRun.DefinitionStages.Platform

The stage of the container registry task definition that specifies the platform for the container registry task run.

RegistryTaskRun.DefinitionStages.PlatformAltTaskRunRequest

The stage of the container registry task run definition that allows to specify the task run is going to be run with a TaskRunRequest.

RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest

The stage of the container registry task definition for TaskRunRequests that allows the user to specify overriding values and whether archiving is enabled or not.

RegistryTaskRun.DefinitionStages.RunRequestExecutable

The stage of the definition in the case of using a TaskRunRequest which contains all the minimum required inputs for the resource to be executed, but also allows for any other optional settings to be specified.

RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation

The stage of the container registry task run definition which contains all the minimum required inputs for the resource to be executed if the task run request type is either file, encoded, or Docker, but also allows for any other optional settings to be specified.

RegistryTaskRun.DefinitionStages.RunRequestType

The stage of the definition that specifies the task run request type.

RegistryTaskRuns

An immutable client-side representation of collection of Azure registry task runs.

RegistryTaskStep

An immutable client-side representation of an Azure RegistryTaskStep registry task.

RegistryTasks

Interface to define the RegistryTasks collection.

SourceUploadDefinition

The source repository properties for a build task.

Webhook

An object that represents a webhook for a container registry.

Webhook.DefinitionStages

Grouping of webhook definition stages.

Webhook.DefinitionStages.Blank<ParentT>

The first stage of the webhook definition.

Webhook.DefinitionStages.WithAttach<ParentT>

The final stage of the webhook definition.

Webhook.DefinitionStages.WithCustomHeaders<ParentT>

The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.

Webhook.DefinitionStages.WithDefaultStatus<ParentT>

The stage of the webhook definition allowing to specify the default status of the webhook after being created.

Webhook.DefinitionStages.WithRepositoriesScope<ParentT>

The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.

Webhook.DefinitionStages.WithServiceUri<ParentT>

The stage of the webhook definition allowing to specify the service URI for post notifications.

Webhook.DefinitionStages.WithTriggerWhen<ParentT>

The stage of the webhook definition allowing to specify the actions that will trigger the webhook notifications.

Webhook.Update

The entirety of a webhook update.

Webhook.UpdateDefinition<ParentT>

Grouping of the container registry's webhook update definition.

Webhook.UpdateDefinitionStages

Grouping of webhook update definition stages.

Webhook.UpdateDefinitionStages.Blank<ParentT>

The first stage of the webhook definition.

Webhook.UpdateDefinitionStages.WithAttach<ParentT>

The final stage of the webhook definition.

Webhook.UpdateDefinitionStages.WithCustomHeaders<ParentT>

The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.

Webhook.UpdateDefinitionStages.WithDefaultStatus<ParentT>

The stage of the webhook definition allowing to specify the default status of the webhook after being created.

Webhook.UpdateDefinitionStages.WithRepositoriesScope<ParentT>

The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.

Webhook.UpdateDefinitionStages.WithServiceUri<ParentT>

The stage of the webhook definition allowing to specify the service URI for post notifications.

Webhook.UpdateDefinitionStages.WithTags<ParentT>

The stage of the webhook definition allowing to specify the tags.

Webhook.UpdateDefinitionStages.WithTriggerWhen<ParentT>

The stage of the webhook definition allowing to specify the actions that will trigger the webhook notifications.

Webhook.UpdateResource<ParentT>

The entirety of a webhook resource update as part of a container registry update.

Webhook.UpdateResourceStages

Grouping of webhook update stages applicable as part of a container registry update.

Webhook.UpdateResourceStages.Blank<ParentT>

The first stage of the webhook definition.

Webhook.UpdateResourceStages.WithAttach<ParentT>

The final stage of the webhook definition.

Webhook.UpdateResourceStages.WithCustomHeaders<ParentT>

The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.

Webhook.UpdateResourceStages.WithDefaultStatus<ParentT>

The stage of the webhook definition allowing to specify the default status of the webhook after being created.

Webhook.UpdateResourceStages.WithOrWithoutTags<ParentT>

The stage of the webhook definition allowing to specify the tags.

Webhook.UpdateResourceStages.WithRepositoriesScope<ParentT>

The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.

Webhook.UpdateResourceStages.WithServiceUri<ParentT>

The stage of the webhook definition allowing to specify the service URI for post notifications.

Webhook.UpdateResourceStages.WithTriggerWhen<ParentT>
Webhook.UpdateStages

Grouping of webhook update stages.

Webhook.UpdateStages.WithCustomHeaders

The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.

Webhook.UpdateStages.WithDefaultStatus

The stage of the webhook definition allowing to specify the default status of the webhook after being created.

Webhook.UpdateStages.WithRepositoriesScope

The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.

Webhook.UpdateStages.WithServiceUri

The stage of the webhook definition allowing to specify the service URI for post notifications.

Webhook.UpdateStages.WithTriggerWhen
Webhook.WebhookDefinition<ParentT>

Grouping of the container register webhook definitions.

WebhookEventInfo

Response containing the primary and secondary admin API keys for a given Azure Search service.

WebhookOperations

Grouping of container registry webhook actions.

Enums

PasswordName

Defines values for PasswordName.