Share via


MockableChaosSubscriptionResource.GetChaosTargetMetadataAsync Method

Definition

Get a Target Type resources for given location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{location}/targetTypes/{targetTypeName}
  • Operation Id: TargetType_Get
  • Default Api Version: 2025-01-01
  • Resource: ChaosTargetMetadataResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Chaos.ChaosTargetMetadataResource>> GetChaosTargetMetadataAsync(Azure.Core.AzureLocation location, string targetTypeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetChaosTargetMetadataAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Chaos.ChaosTargetMetadataResource>>
override this.GetChaosTargetMetadataAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Chaos.ChaosTargetMetadataResource>>
Public Overridable Function GetChaosTargetMetadataAsync (location As AzureLocation, targetTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ChaosTargetMetadataResource))

Parameters

location
AzureLocation

The name of the Azure region.

targetTypeName
String

String that represents a Target Type resource name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

targetTypeName is null.

targetTypeName is an empty string, and was expected to be non-empty.

Applies to