Sdílet prostřednictvím


TargetTypesOperationsExtensions.List Method

Definition

Get a list of Target Type resources for given location.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.TargetType> List (this Microsoft.Azure.Management.Chaos.ITargetTypesOperations operations, string locationName, string continuationToken = default);
static member List : Microsoft.Azure.Management.Chaos.ITargetTypesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.TargetType>
<Extension()>
Public Function List (operations As ITargetTypesOperations, locationName As String, Optional continuationToken As String = Nothing) As IPage(Of TargetType)

Parameters

operations
ITargetTypesOperations

The operations group for this extension method.

locationName
String

String that represents a Location resource name.

continuationToken
String

String that sets the continuation token.

Returns

Applies to