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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET