Share via


TargetTypesOperationsExtensions.Get Method

Definition

Get a Target Type resources for given location.

public static Microsoft.Azure.Management.Chaos.Models.TargetType Get (this Microsoft.Azure.Management.Chaos.ITargetTypesOperations operations, string locationName, string targetTypeName);
static member Get : Microsoft.Azure.Management.Chaos.ITargetTypesOperations * string * string -> Microsoft.Azure.Management.Chaos.Models.TargetType
<Extension()>
Public Function Get (operations As ITargetTypesOperations, locationName As String, targetTypeName As String) As TargetType

Parameters

operations
ITargetTypesOperations

The operations group for this extension method.

locationName
String

String that represents a Location resource name.

targetTypeName
String

String that represents a Target Type resource name.

Returns

Applies to