Share via


MockableChaosSubscriptionResource.GetAllChaosTargetMetadata Method

Definition

Gets a collection of ChaosTargetMetadataResources in the SubscriptionResource.

public virtual Azure.ResourceManager.Chaos.ChaosTargetMetadataCollection GetAllChaosTargetMetadata(Azure.Core.AzureLocation location);
abstract member GetAllChaosTargetMetadata : Azure.Core.AzureLocation -> Azure.ResourceManager.Chaos.ChaosTargetMetadataCollection
override this.GetAllChaosTargetMetadata : Azure.Core.AzureLocation -> Azure.ResourceManager.Chaos.ChaosTargetMetadataCollection
Public Overridable Function GetAllChaosTargetMetadata (location As AzureLocation) As ChaosTargetMetadataCollection

Parameters

location
AzureLocation

The name of the Azure region.

Returns

An object representing collection of ChaosTargetMetadataResources and their operations over a ChaosTargetMetadataResource.

Applies to