33 строки
2.8 KiB
YAML
33 строки
2.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight"
|
|
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>"
|
|
name: "TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>"
|
|
nameWithType: "TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>"
|
|
summary: "The stage of the traffic manager endpoint definition allowing to specify the endpoint weight."
|
|
syntax: "public static interface **TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight.withRoutingWeight(int)"
|
|
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>.withRoutingWeight(int weight)"
|
|
name: "withRoutingWeight(int weight)"
|
|
nameWithType: "TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>.withRoutingWeight(int weight)"
|
|
summary: "Specifies the weight for the endpoint that will be used when the parent profile is configured with Weighted routing method <xref uid=\"com.microsoft.azure.management.trafficmanager.TrafficRoutingMethod.WEIGHTED\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TrafficRoutingMethod#WEIGHTED\"></xref>."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the endpoint weight"
|
|
name: "weight"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> withRoutingWeight(int weight)"
|
|
desc: "Specifies the weight for the endpoint that will be used when the parent profile is configured with Weighted routing method <xref uid=\"com.microsoft.azure.management.trafficmanager.TrafficRoutingMethod.WEIGHTED\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TrafficRoutingMethod#WEIGHTED\"></xref>."
|
|
returns:
|
|
description: "the next stage of the definition"
|
|
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithAttach?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" /><<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
typeParameters:
|
|
- description: "the return type of <xref uid=\"WithAttach#attach()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"WithAttach#attach()\"></xref>"
|
|
name: "ParentT"
|
|
desc: "The stage of the traffic manager endpoint definition allowing to specify the endpoint weight."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.trafficmanager"
|
|
artifact: com.microsoft.azure:azure-mgmt-trafficmanager:1.41.4
|