ContainerServiceFleetExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
GetContainerServiceFleetAsync(ResourceGroupResource, String, CancellationToken) |
Gets a Fleet.
|
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.
|
GetContainerServiceFleetsAsync(SubscriptionResource, CancellationToken) |
Lists fleets in the specified subscription.
|
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
Azure SDK for .NET