Selector Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Selector() |
Inicializa uma nova instância da classe Seletor. |
Selector(SelectorType, String, IList<TargetReference>) |
Inicializa uma nova instância da classe Seletor. |
Selector()
Inicializa uma nova instância da classe Seletor.
public Selector ();
Public Sub New ()
Aplica-se a
Selector(SelectorType, String, IList<TargetReference>)
Inicializa uma nova instância da classe Seletor.
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))
Parâmetros
- type
- SelectorType
Enumeração do tipo seletor. Os valores possíveis incluem: 'Percent', 'Random', 'Tag', 'List'
- id
- String
Cadeia de caracteres da ID do seletor.
- targets
- IList<TargetReference>
Lista de referências de destino.
Aplica-se a
Azure SDK for .NET