HciClusterUpdateRunCollection Class

Definition

A class representing a collection of HciClusterUpdateRunResource and their operations. Each HciClusterUpdateRunResource in the collection will belong to the same instance of HciClusterUpdateResource. To get a HciClusterUpdateRunCollection instance call the GetHciClusterUpdateRuns method from an instance of HciClusterUpdateResource.

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

Constructors

HciClusterUpdateRunCollection()

Initializes a new instance of the HciClusterUpdateRunCollection 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, HciClusterUpdateRunData, CancellationToken)

Put Update runs for a specified update

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Put
  • Default Api Version: 2024-04-01
  • Resource: HciClusterUpdateRunResource
CreateOrUpdateAsync(WaitUntil, String, HciClusterUpdateRunData, CancellationToken)

Put Update runs for a specified update

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Put
  • Default Api Version: 2024-04-01
  • Resource: HciClusterUpdateRunResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
  • Default Api Version: 2024-04-01
  • Resource: HciClusterUpdateRunResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
  • Default Api Version: 2024-04-01
  • Resource: HciClusterUpdateRunResource
Get(String, CancellationToken)

Get the Update run for a specified update

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
  • Default Api Version: 2024-04-01
  • Resource: HciClusterUpdateRunResource
GetAll(CancellationToken)

List all Update runs for a specified update

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}/updateRuns
  • Operation Id: UpdateRuns_List
  • Default Api Version: 2024-04-01
  • Resource: HciClusterUpdateRunResource
GetAllAsync(CancellationToken)

List all Update runs for a specified update

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}/updateRuns
  • Operation Id: UpdateRuns_List
  • Default Api Version: 2024-04-01
  • Resource: HciClusterUpdateRunResource
GetAsync(String, CancellationToken)

Get the Update run for a specified update

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
  • Default Api Version: 2024-04-01
  • Resource: HciClusterUpdateRunResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
  • Default Api Version: 2024-04-01
  • Resource: HciClusterUpdateRunResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
  • Default Api Version: 2024-04-01
  • Resource: HciClusterUpdateRunResource
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<HciClusterUpdateRunResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<HciClusterUpdateRunResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to