Share via


ContainerAppRevisionCollection Class

Definition

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

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

Constructors

ContainerAppRevisionCollection()

Initializes a new instance of the ContainerAppRevisionCollection 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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName} Operation Id: ContainerAppsRevisions_GetRevision

ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName} Operation Id: ContainerAppsRevisions_GetRevision

Get(String, CancellationToken)

Get a revision of a Container App. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName} Operation Id: ContainerAppsRevisions_GetRevision

GetAll(String, CancellationToken)

Get the Revisions for a given Container App. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions Operation Id: ContainerAppsRevisions_ListRevisions

GetAllAsync(String, CancellationToken)

Get the Revisions for a given Container App. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions Operation Id: ContainerAppsRevisions_ListRevisions

GetAsync(String, CancellationToken)

Get a revision of a Container App. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName} Operation Id: ContainerAppsRevisions_GetRevision

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<ContainerAppRevisionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ContainerAppRevisionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to