ArmChaosModelFactory.ChaosTargetListSelector 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.
Model that represents a list selector.
public static Azure.ResourceManager.Chaos.Models.ChaosTargetListSelector ChaosTargetListSelector(string id = default, Azure.ResourceManager.Chaos.Models.ChaosTargetFilter filter = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Chaos.Models.ChaosTargetReference> targets = default);
static member ChaosTargetListSelector : string * Azure.ResourceManager.Chaos.Models.ChaosTargetFilter * seq<Azure.ResourceManager.Chaos.Models.ChaosTargetReference> -> Azure.ResourceManager.Chaos.Models.ChaosTargetListSelector
Public Shared Function ChaosTargetListSelector (Optional id As String = Nothing, Optional filter As ChaosTargetFilter = Nothing, Optional targets As IEnumerable(Of ChaosTargetReference) = Nothing) As ChaosTargetListSelector
Parameters
- id
- String
String of the selector ID.
- filter
- ChaosTargetFilter
Model that represents available filter types that can be applied to a targets list.
- targets
- IEnumerable<ChaosTargetReference>
List of Target references.
Returns
A new ChaosTargetListSelector instance for mocking.