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

ContainerServiceFleetExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.ContainerServiceFleet.

public static class ContainerServiceFleetExtensions
type ContainerServiceFleetExtensions = class
Public Module ContainerServiceFleetExtensions
Inheritance
ContainerServiceFleetExtensions

Methods

GetAutoUpgradeProfileResource(ArmClient, ResourceIdentifier)

Gets an object representing an AutoUpgradeProfileResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an AutoUpgradeProfileResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAutoUpgradeProfileResource(ResourceIdentifier) instead.

GetContainerServiceFleet(ResourceGroupResource, String, CancellationToken)

Gets a Fleet.

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

Gets a Fleet.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}
  • Operation Id: Fleets_Get
  • Default Api Version: 2024-05-02-preview
  • Resource: ContainerServiceFleetResource
GetContainerServiceFleetMemberResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerServiceFleetMemberResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerServiceFleetMemberResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerServiceFleetMemberResource(ResourceIdentifier) instead.

GetContainerServiceFleetResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerServiceFleetResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ContainerServiceFleetResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerServiceFleetResource(ResourceIdentifier) instead.

GetContainerServiceFleets(ResourceGroupResource)

Gets a collection of ContainerServiceFleetResources in the ResourceGroupResource. MockingTo mock this method, please mock GetContainerServiceFleets() instead.

GetContainerServiceFleets(SubscriptionResource, CancellationToken)

Lists fleets in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/fleets
  • Operation Id: Fleets_ListBySubscription
  • Default Api Version: 2024-05-02-preview
  • Resource: ContainerServiceFleetResource
GetContainerServiceFleetsAsync(SubscriptionResource, CancellationToken)

Lists fleets in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/fleets
  • Operation Id: Fleets_ListBySubscription
  • Default Api Version: 2024-05-02-preview
  • Resource: ContainerServiceFleetResource
GetContainerServiceFleetUpdateRunResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerServiceFleetUpdateRunResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerServiceFleetUpdateRunResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerServiceFleetUpdateRunResource(ResourceIdentifier) instead.

GetFleetUpdateStrategyResource(ArmClient, ResourceIdentifier)

Gets an object representing a FleetUpdateStrategyResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a FleetUpdateStrategyResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetFleetUpdateStrategyResource(ResourceIdentifier) instead.

Applies to