Share via


MockableChaosSubscriptionResource.GetChaosTargetMetadata 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 Azure.Response<Azure.ResourceManager.Chaos.ChaosTargetMetadataResource> GetChaosTargetMetadata(Azure.Core.AzureLocation location, string targetTypeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetChaosTargetMetadata : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Chaos.ChaosTargetMetadataResource>
override this.GetChaosTargetMetadata : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Chaos.ChaosTargetMetadataResource>
Public Overridable Function GetChaosTargetMetadata (location As AzureLocation, targetTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As 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