Share via


ContainerRegistryPipelineRunCollection Class

Definition

A class representing a collection of ContainerRegistryPipelineRunResource and their operations. Each ContainerRegistryPipelineRunResource in the collection will belong to the same instance of ContainerRegistryResource. To get a ContainerRegistryPipelineRunCollection instance call the GetContainerRegistryPipelineRuns method from an instance of ContainerRegistryResource.

public class ContainerRegistryPipelineRunCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ContainerRegistry.ContainerRegistryPipelineRunResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerRegistry.ContainerRegistryPipelineRunResource>
type ContainerRegistryPipelineRunCollection = class
    inherit ArmCollection
    interface seq<ContainerRegistryPipelineRunResource>
    interface IEnumerable
    interface IAsyncEnumerable<ContainerRegistryPipelineRunResource>
Public Class ContainerRegistryPipelineRunCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ContainerRegistryPipelineRunResource), IEnumerable(Of ContainerRegistryPipelineRunResource)
Inheritance
ContainerRegistryPipelineRunCollection
Implements

Constructors

ContainerRegistryPipelineRunCollection()

Initializes a new instance of the ContainerRegistryPipelineRunCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, ContainerRegistryPipelineRunData, CancellationToken)

Creates a pipeline run for a container registry with the specified parameters

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/pipelineRuns/{pipelineRunName}
  • Operation Id: PipelineRuns_Create
  • Default Api Version: 2024-11-01-preview
  • Resource: ContainerRegistryPipelineRunResource
CreateOrUpdateAsync(WaitUntil, String, ContainerRegistryPipelineRunData, CancellationToken)

Creates a pipeline run for a container registry with the specified parameters

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/pipelineRuns/{pipelineRunName}
  • Operation Id: PipelineRuns_Create
  • Default Api Version: 2024-11-01-preview
  • Resource: ContainerRegistryPipelineRunResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/pipelineRuns/{pipelineRunName}
  • Operation Id: PipelineRuns_Get
  • Default Api Version: 2024-11-01-preview
  • Resource: ContainerRegistryPipelineRunResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/pipelineRuns/{pipelineRunName}
  • Operation Id: PipelineRuns_Get
  • Default Api Version: 2024-11-01-preview
  • Resource: ContainerRegistryPipelineRunResource
Get(String, CancellationToken)

Gets the detailed information for a given pipeline run.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/pipelineRuns/{pipelineRunName}
  • Operation Id: PipelineRuns_Get
  • Default Api Version: 2024-11-01-preview
  • Resource: ContainerRegistryPipelineRunResource
GetAll(CancellationToken)

Lists all the pipeline runs for the specified container registry.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/pipelineRuns
  • Operation Id: PipelineRuns_List
  • Default Api Version: 2024-11-01-preview
  • Resource: ContainerRegistryPipelineRunResource
GetAllAsync(CancellationToken)

Lists all the pipeline runs for the specified container registry.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/pipelineRuns
  • Operation Id: PipelineRuns_List
  • Default Api Version: 2024-11-01-preview
  • Resource: ContainerRegistryPipelineRunResource
GetAsync(String, CancellationToken)

Gets the detailed information for a given pipeline run.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/pipelineRuns/{pipelineRunName}
  • Operation Id: PipelineRuns_Get
  • Default Api Version: 2024-11-01-preview
  • Resource: ContainerRegistryPipelineRunResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/pipelineRuns/{pipelineRunName}
  • Operation Id: PipelineRuns_Get
  • Default Api Version: 2024-11-01-preview
  • Resource: ContainerRegistryPipelineRunResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/pipelineRuns/{pipelineRunName}
  • Operation Id: PipelineRuns_Get
  • Default Api Version: 2024-11-01-preview
  • Resource: ContainerRegistryPipelineRunResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<ContainerRegistryPipelineRunResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ContainerRegistryPipelineRunResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to