WeightedGroupsRoutingOptions.Groups Property
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.
Gets or sets the collection of weighted endpoints groups.
public:
property System::Collections::Generic::IList<Microsoft::Extensions::Http::Resilience::WeightedUriEndpointGroup ^> ^ Groups { System::Collections::Generic::IList<Microsoft::Extensions::Http::Resilience::WeightedUriEndpointGroup ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Extensions::Http::Resilience::WeightedUriEndpointGroup ^> ^ value); };
[Microsoft.Extensions.Options.ValidateEnumeratedItems]
[System.ComponentModel.DataAnnotations.Required]
public System.Collections.Generic.IList<Microsoft.Extensions.Http.Resilience.WeightedUriEndpointGroup> Groups { get; set; }
[Microsoft.Extensions.Options.ValidateEnumeratedItems]
[System.ComponentModel.DataAnnotations.Required]
[System.ComponentModel.DataAnnotations.Length(1, 2147483647)]
public System.Collections.Generic.IList<Microsoft.Extensions.Http.Resilience.WeightedUriEndpointGroup> Groups { get; set; }
[<Microsoft.Extensions.Options.ValidateEnumeratedItems>]
[<System.ComponentModel.DataAnnotations.Required>]
member this.Groups : System.Collections.Generic.IList<Microsoft.Extensions.Http.Resilience.WeightedUriEndpointGroup> with get, set
[<Microsoft.Extensions.Options.ValidateEnumeratedItems>]
[<System.ComponentModel.DataAnnotations.Required>]
[<System.ComponentModel.DataAnnotations.Length(1, 2147483647)>]
member this.Groups : System.Collections.Generic.IList<Microsoft.Extensions.Http.Resilience.WeightedUriEndpointGroup> with get, set
Public Property Groups As IList(Of WeightedUriEndpointGroup)
Property Value
- Attributes
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.