MockableChaosSubscriptionResource.GetChaosTargetMetadataAsync Method
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.
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.