Class TrafficWeight
java.lang.Object
com.azure.resourcemanager.appservice.models.TrafficWeight
Traffic weight assigned to a revision.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the latestRevision property: Indicates that the traffic weight belongs to a latest stable revision.Get the revisionName property: Name of a revision.voidvalidate()Validates the instance.weight()Get the weight property: Traffic weight assigned to a revision.withLatestRevision(Boolean latestRevision) Set the latestRevision property: Indicates that the traffic weight belongs to a latest stable revision.withRevisionName(String revisionName) Set the revisionName property: Name of a revision.withWeight(Integer weight) Set the weight property: Traffic weight assigned to a revision.
-
Constructor Details
-
TrafficWeight
public TrafficWeight()Creates an instance of TrafficWeight class.
-
-
Method Details
-
revisionName
Get the revisionName property: Name of a revision.- Returns:
- the revisionName value.
-
withRevisionName
Set the revisionName property: Name of a revision.- Parameters:
revisionName- the revisionName value to set.- Returns:
- the TrafficWeight object itself.
-
weight
Get the weight property: Traffic weight assigned to a revision.- Returns:
- the weight value.
-
withWeight
Set the weight property: Traffic weight assigned to a revision.- Parameters:
weight- the weight value to set.- Returns:
- the TrafficWeight object itself.
-
latestRevision
Get the latestRevision property: Indicates that the traffic weight belongs to a latest stable revision.- Returns:
- the latestRevision value.
-
withLatestRevision
Set the latestRevision property: Indicates that the traffic weight belongs to a latest stable revision.- Parameters:
latestRevision- the latestRevision value to set.- Returns:
- the TrafficWeight object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-