TrafficWeight 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
TrafficWeight() |
Initializes a new instance of the TrafficWeight class. |
TrafficWeight(String, Nullable<Int32>, Nullable<Boolean>) |
Initializes a new instance of the TrafficWeight class. |
TrafficWeight()
Initializes a new instance of the TrafficWeight class.
public TrafficWeight ();
Public Sub New ()
Applies to
TrafficWeight(String, Nullable<Int32>, Nullable<Boolean>)
Initializes a new instance of the TrafficWeight class.
public TrafficWeight (string revisionName = default, int? weight = default, bool? latestRevision = default);
new Microsoft.Azure.Management.WebSites.Models.TrafficWeight : string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.TrafficWeight
Public Sub New (Optional revisionName As String = Nothing, Optional weight As Nullable(Of Integer) = Nothing, Optional latestRevision As Nullable(Of Boolean) = Nothing)
Parameters
- revisionName
- String
Name of a revision
Indicates that the traffic weight belongs to a latest stable revision
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET