MeshRevisionProfileCollection Class

Definition

A class representing a collection of MeshRevisionProfileResource and their operations. Each MeshRevisionProfileResource in the collection will belong to the same instance of SubscriptionResource. To get a MeshRevisionProfileCollection instance call the GetMeshRevisionProfiles method from an instance of SubscriptionResource.

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

Constructors

MeshRevisionProfileCollection()

Initializes a new instance of the MeshRevisionProfileCollection 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}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles/{mode}
  • Operation Id: ManagedClusters_GetMeshRevisionProfile
  • Default Api Version: 2023-10-01
  • Resource: MeshRevisionProfileResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles/{mode}
  • Operation Id: ManagedClusters_GetMeshRevisionProfile
  • Default Api Version: 2023-10-01
  • Resource: MeshRevisionProfileResource
Get(String, CancellationToken)

Contains extra metadata on the revision, including supported revisions, cluster compatibility and available upgrades

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles/{mode}
  • Operation Id: ManagedClusters_GetMeshRevisionProfile
  • Default Api Version: 2023-10-01
  • Resource: MeshRevisionProfileResource
GetAll(CancellationToken)

Contains extra metadata on each revision, including supported revisions, cluster compatibility and available upgrades

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles
  • Operation Id: ManagedClusters_ListMeshRevisionProfiles
  • Default Api Version: 2023-10-01
  • Resource: MeshRevisionProfileResource
GetAllAsync(CancellationToken)

Contains extra metadata on each revision, including supported revisions, cluster compatibility and available upgrades

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles
  • Operation Id: ManagedClusters_ListMeshRevisionProfiles
  • Default Api Version: 2023-10-01
  • Resource: MeshRevisionProfileResource
GetAsync(String, CancellationToken)

Contains extra metadata on the revision, including supported revisions, cluster compatibility and available upgrades

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles/{mode}
  • Operation Id: ManagedClusters_GetMeshRevisionProfile
  • Default Api Version: 2023-10-01
  • Resource: MeshRevisionProfileResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles/{mode}
  • Operation Id: ManagedClusters_GetMeshRevisionProfile
  • Default Api Version: 2023-10-01
  • Resource: MeshRevisionProfileResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles/{mode}
  • Operation Id: ManagedClusters_GetMeshRevisionProfile
  • Default Api Version: 2023-10-01
  • Resource: MeshRevisionProfileResource
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<MeshRevisionProfileResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<MeshRevisionProfileResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to