ChaosExtensions.GetChaosTargetMetadata 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 static Azure.Response<Azure.ResourceManager.Chaos.ChaosTargetMetadataResource> GetChaosTargetMetadata(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation ___location, string targetTypeName, System.Threading.CancellationToken cancellationToken = default);
static member GetChaosTargetMetadata : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Chaos.ChaosTargetMetadataResource>
<Extension()>
Public Function GetChaosTargetMetadata (subscriptionResource As SubscriptionResource, ___location As AzureLocation, targetTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ChaosTargetMetadataResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- ___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
subscriptionResource or targetTypeName is null.
targetTypeName is an empty string, and was expected to be non-empty.