Uses of Class
com.azure.resourcemanager.appservice.models.TrafficWeight
-
Packages that use TrafficWeight Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of TrafficWeight in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return TrafficWeight Modifier and Type Method Description TrafficWeightTrafficWeight. withLatestRevision(Boolean latestRevision)Set the latestRevision property: Indicates that the traffic weight belongs to a latest stable revision.TrafficWeightTrafficWeight. withRevisionName(String revisionName)Set the revisionName property: Name of a revision.TrafficWeightTrafficWeight. withWeight(Integer weight)Set the weight property: Traffic weight assigned to a revision.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type TrafficWeight Modifier and Type Method Description List<TrafficWeight>Ingress. traffic()Get the traffic property: The traffic property.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type TrafficWeight Modifier and Type Method Description IngressIngress. withTraffic(List<TrafficWeight> traffic)Set the traffic property: The traffic property.
-