Share via


ContainerServiceFleetUpdateRunCollection Class

Definition

A class representing a collection of ContainerServiceFleetUpdateRunResource and their operations. Each ContainerServiceFleetUpdateRunResource in the collection will belong to the same instance of ContainerServiceFleetResource. To get a ContainerServiceFleetUpdateRunCollection instance call the GetContainerServiceFleetUpdateRuns method from an instance of ContainerServiceFleetResource.

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

Constructors

ContainerServiceFleetUpdateRunCollection()

Initializes a new instance of the ContainerServiceFleetUpdateRunCollection 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, ContainerServiceFleetUpdateRunData, String, String, CancellationToken)

Create a UpdateRun

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ContainerServiceFleetUpdateRunData, String, String, CancellationToken)

Create a UpdateRun

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
Get(String, CancellationToken)

Get a UpdateRun

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
GetAll(CancellationToken)

List UpdateRun resources by Fleet

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns
  • Operation Id: UpdateRuns_ListByFleet
GetAllAsync(CancellationToken)

List UpdateRun resources by Fleet

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns
  • Operation Id: UpdateRuns_ListByFleet
GetAsync(String, CancellationToken)

Get a UpdateRun

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
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<ContainerServiceFleetUpdateRunResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ContainerServiceFleetUpdateRunResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to