ChaosExtensions 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.Chaos.
public static class ChaosExtensions
type ChaosExtensions = class
Public Module ChaosExtensions
- Inheritance
-
ChaosExtensions
Methods
GetChaosCapabilityResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ChaosCapabilityResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String, String) to create a ChaosCapabilityResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetChaosCapabilityResource(ResourceIdentifier) instead. |
GetChaosCapabilityTypeResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ChaosCapabilityTypeResource 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 ChaosCapabilityTypeResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetChaosCapabilityTypeResource(ResourceIdentifier) instead. |
GetChaosExperiment(ResourceGroupResource, String, CancellationToken) |
Get a Experiment resource.
|
GetChaosExperimentAsync(ResourceGroupResource, String, CancellationToken) |
Get a Experiment resource.
|
GetChaosExperimentExecutionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ChaosExperimentExecutionResource 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 ChaosExperimentExecutionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetChaosExperimentExecutionResource(ResourceIdentifier) instead. |
GetChaosExperimentResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ChaosExperimentResource 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 ChaosExperimentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetChaosExperimentResource(ResourceIdentifier) instead. |
GetChaosExperiments(ResourceGroupResource) |
Gets a collection of ChaosExperimentResources in the ResourceGroupResource. MockingTo mock this method, please mock GetChaosExperiments() instead. |
GetChaosExperiments(SubscriptionResource, Nullable<Boolean>, String, CancellationToken) |
Get a list of Experiment resources in a subscription.
|
GetChaosExperimentsAsync(SubscriptionResource, Nullable<Boolean>, String, CancellationToken) |
Get a list of Experiment resources in a subscription.
|
GetChaosTarget(ResourceGroupResource, String, String, String, String, CancellationToken) |
Get a Target resource that extends a tracked regional resource.
|
GetChaosTargetAsync(ResourceGroupResource, String, String, String, String, CancellationToken) |
Get a Target resource that extends a tracked regional resource.
|
GetChaosTargetResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ChaosTargetResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a ChaosTargetResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetChaosTargetResource(ResourceIdentifier) instead. |
GetChaosTargets(ResourceGroupResource, String, String, String) |
Gets a collection of ChaosTargetResources in the ResourceGroupResource. MockingTo mock this method, please mock GetChaosTargets(String, String, String) instead. |
GetChaosTargetType(SubscriptionResource, String, String, CancellationToken) |
Get a Target Type resources for given location.
|
GetChaosTargetTypeAsync(SubscriptionResource, String, String, CancellationToken) |
Get a Target Type resources for given location.
|
GetChaosTargetTypeResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ChaosTargetTypeResource 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 ChaosTargetTypeResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetChaosTargetTypeResource(ResourceIdentifier) instead. |
GetChaosTargetTypes(SubscriptionResource, String) |
Gets a collection of ChaosTargetTypeResources in the SubscriptionResource. MockingTo mock this method, please mock GetChaosTargetTypes(String) instead. |
Applies to
Azure SDK for .NET