azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

46 строки
3.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig"
name: "TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig"
nameWithType: "TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig"
summary: "The stage of an nested profile endpoint update allowing to specify profile and minimum child endpoint."
syntax: "public static interface **TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig**"
methods:
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig.toProfile(com.microsoft.azure.management.trafficmanager.TrafficManagerProfile)"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig.toProfile(TrafficManagerProfile nestedProfile)"
name: "toProfile(TrafficManagerProfile nestedProfile)"
nameWithType: "TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig.toProfile(TrafficManagerProfile nestedProfile)"
summary: "Specifies a nested traffic manager profile for the endpoint."
modifiers:
- "abstract"
parameters:
- description: "the nested traffic manager profile"
name: "nestedProfile"
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerProfile?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerProfile&text=TrafficManagerProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract TrafficManagerEndpoint.UpdateNestedProfileEndpoint toProfile(TrafficManagerProfile nestedProfile)"
desc: "Specifies a nested traffic manager profile for the endpoint."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateNestedProfileEndpoint?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateNestedProfileEndpoint&text=UpdateNestedProfileEndpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig.withMinimumEndpointsToEnableTraffic(int)"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig.withMinimumEndpointsToEnableTraffic(int count)"
name: "withMinimumEndpointsToEnableTraffic(int count)"
nameWithType: "TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig.withMinimumEndpointsToEnableTraffic(int count)"
summary: "Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy."
modifiers:
- "abstract"
parameters:
- description: "number of endpoints"
name: "count"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract TrafficManagerEndpoint.UpdateNestedProfileEndpoint withMinimumEndpointsToEnableTraffic(int count)"
desc: "Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy."
returns:
description: "the next stage of the endpoint update"
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateNestedProfileEndpoint?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateNestedProfileEndpoint&text=UpdateNestedProfileEndpoint\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of an nested profile endpoint update allowing to specify profile and minimum child endpoint."
metadata: {}
package: "com.microsoft.azure.management.trafficmanager"
artifact: com.microsoft.azure:azure-mgmt-trafficmanager:1.41.4