Selector Constructors
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.
Overloads
Selector() |
Initializes a new instance of the Selector class. |
Selector(SelectorType, String, IList<TargetReference>) |
Initializes a new instance of the Selector class. |
Selector()
Initializes a new instance of the Selector class.
public Selector ();
Public Sub New ()
Applies to
Selector(SelectorType, String, IList<TargetReference>)
Initializes a new instance of the Selector class.
public Selector (Microsoft.Azure.Management.Chaos.Models.SelectorType type, string id, System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.TargetReference> targets);
new Microsoft.Azure.Management.Chaos.Models.Selector : Microsoft.Azure.Management.Chaos.Models.SelectorType * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.TargetReference> -> Microsoft.Azure.Management.Chaos.Models.Selector
Public Sub New (type As SelectorType, id As String, targets As IList(Of TargetReference))
Parameters
- type
- SelectorType
Enum of the selector type. Possible values include: 'Percent', 'Random', 'Tag', 'List'
- id
- String
String of the selector ID.
- targets
- IList<TargetReference>
List of Target references.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET