TargetTypesOperationsExtensions.Get 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.
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.