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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET