你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
  • Default Api Version: 2024-05-02-preview
  • Resource: ContainerServiceFleetUpdateRunResource
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
  • Default Api Version: 2024-05-02-preview
  • Resource: ContainerServiceFleetUpdateRunResource
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
  • Default Api Version: 2024-05-02-preview
  • Resource: ContainerServiceFleetUpdateRunResource
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
  • Default Api Version: 2024-05-02-preview
  • Resource: ContainerServiceFleetUpdateRunResource
Get(String, CancellationToken)

Get a UpdateRun

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
  • Default Api Version: 2024-05-02-preview
  • Resource: ContainerServiceFleetUpdateRunResource
GetAll(CancellationToken)

List UpdateRun resources by Fleet

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns
  • Operation Id: UpdateRuns_ListByFleet
  • Default Api Version: 2024-05-02-preview
  • Resource: ContainerServiceFleetUpdateRunResource
GetAllAsync(CancellationToken)

List UpdateRun resources by Fleet

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns
  • Operation Id: UpdateRuns_ListByFleet
  • Default Api Version: 2024-05-02-preview
  • Resource: ContainerServiceFleetUpdateRunResource
GetAsync(String, CancellationToken)

Get a UpdateRun

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}
  • Operation Id: UpdateRuns_Get
  • Default Api Version: 2024-05-02-preview
  • Resource: ContainerServiceFleetUpdateRunResource
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
  • Default Api Version: 2024-05-02-preview
  • Resource: ContainerServiceFleetUpdateRunResource
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
  • Default Api Version: 2024-05-02-preview
  • Resource: ContainerServiceFleetUpdateRunResource
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