Experiments 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
Experiments() |
Initializes a new instance of the Experiments class. |
Experiments(IList<RampUpRule>) |
Initializes a new instance of the Experiments class. |
Experiments()
Initializes a new instance of the Experiments class.
public Experiments();
Public Sub New ()
Applies to
Experiments(IList<RampUpRule>)
Initializes a new instance of the Experiments class.
public Experiments(System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.RampUpRule> rampUpRules = default);
new Microsoft.Azure.Management.WebSites.Models.Experiments : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.RampUpRule> -> Microsoft.Azure.Management.WebSites.Models.Experiments
Public Sub New (Optional rampUpRules As IList(Of RampUpRule) = Nothing)
Parameters
- rampUpRules
- IList<RampUpRule>
List of ramp-up rules.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET