ContainerAppSourceControlCollection Class

Definition

A class representing a collection of ContainerAppSourceControlResource and their operations. Each ContainerAppSourceControlResource in the collection will belong to the same instance of ContainerAppResource. To get a ContainerAppSourceControlCollection instance call the GetContainerAppSourceControls method from an instance of ContainerAppResource.

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

Constructors

Name Description
ContainerAppSourceControlCollection()

Initializes a new instance of ContainerAppSourceControlCollection for mocking.

Properties

Name Description
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

Name Description
CreateOrUpdate(WaitUntil, String, ContainerAppSourceControlData, CancellationToken)

Create or update the SourceControl for a Container App.

CreateOrUpdate(WaitUntil, String, ContainerAppSourceControlData, String, CancellationToken)

Create or update the SourceControl for a Container App.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/sourcecontrols/{sourceControlName}.
  • Operation Id. : ContainerAppsSourceControls_CreateOrUpdate.
  • Default Api Version. : 2025-10-02-preview.
CreateOrUpdateAsync(WaitUntil, String, ContainerAppSourceControlData, CancellationToken)

Create or update the SourceControl for a Container App.

CreateOrUpdateAsync(WaitUntil, String, ContainerAppSourceControlData, String, CancellationToken)

Create or update the SourceControl for a Container App.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/sourcecontrols/{sourceControlName}.
  • Operation Id. : ContainerAppsSourceControls_CreateOrUpdate.
  • Default Api Version. : 2025-10-02-preview.
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/sourcecontrols/{sourceControlName}.
  • Operation Id. : ContainerAppsSourceControls_Get.
  • Default Api Version. : 2025-10-02-preview.
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/sourcecontrols/{sourceControlName}.
  • Operation Id. : ContainerAppsSourceControls_Get.
  • Default Api Version. : 2025-10-02-preview.
Get(String, CancellationToken)

Get a SourceControl of a Container App.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/sourcecontrols/{sourceControlName}.
  • Operation Id. : ContainerAppsSourceControls_Get.
  • Default Api Version. : 2025-10-02-preview.
GetAll(CancellationToken)

Get the Container App SourceControls in a given resource group.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/sourcecontrols.
  • Operation Id. : ContainerAppsSourceControls_ListByContainerApp.
  • Default Api Version. : 2025-10-02-preview.
GetAllAsync(CancellationToken)

Get the Container App SourceControls in a given resource group.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/sourcecontrols.
  • Operation Id. : ContainerAppsSourceControls_ListByContainerApp.
  • Default Api Version. : 2025-10-02-preview.
GetAsync(String, CancellationToken)

Get a SourceControl of a Container App.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/sourcecontrols/{sourceControlName}.
  • Operation Id. : ContainerAppsSourceControls_Get.
  • Default Api Version. : 2025-10-02-preview.
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/sourcecontrols/{sourceControlName}.
  • Operation Id. : ContainerAppsSourceControls_Get.
  • Default Api Version. : 2025-10-02-preview.
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/sourcecontrols/{sourceControlName}.
  • Operation Id. : ContainerAppsSourceControls_Get.
  • Default Api Version. : 2025-10-02-preview.
TryGetApiVersion(ResourceType, String)

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

(Inherited from ArmCollection)

Explicit Interface Implementations

Name Description
IAsyncEnumerable<ContainerAppSourceControlResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ContainerAppSourceControlResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Extension Methods

Name Description
ArrayContainsAll<T>(IEnumerable<T>, Object[])

Returns whether all values are present in the array.

ArrayContainsAny<T>(IEnumerable<T>, Object[])

Returns whether any values are present in the array.

Applies to