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
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