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

46 строки
3.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerNestedProfileEndpoint"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerNestedProfileEndpoint"
name: "TrafficManagerNestedProfileEndpoint"
nameWithType: "TrafficManagerNestedProfileEndpoint"
summary: "An immutable client-side representation of an Azure traffic manager profile nested profile endpoint."
syntax: "public interface **TrafficManagerNestedProfileEndpoint**</br> extends <xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint&text=TrafficManagerEndpoint\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerNestedProfileEndpoint.minimumChildEndpointCount()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerNestedProfileEndpoint.minimumChildEndpointCount()"
name: "minimumChildEndpointCount()"
nameWithType: "TrafficManagerNestedProfileEndpoint.minimumChildEndpointCount()"
modifiers:
- "abstract"
syntax: "public abstract long minimumChildEndpointCount()"
returns:
description: "the number of child endpoints to be online to consider nested profile as healthy"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerNestedProfileEndpoint.nestedProfileId()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerNestedProfileEndpoint.nestedProfileId()"
name: "nestedProfileId()"
nameWithType: "TrafficManagerNestedProfileEndpoint.nestedProfileId()"
modifiers:
- "abstract"
syntax: "public abstract String nestedProfileId()"
returns:
description: "the nested traffic manager profile resource id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerNestedProfileEndpoint.sourceTrafficLocation()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerNestedProfileEndpoint.sourceTrafficLocation()"
name: "sourceTrafficLocation()"
nameWithType: "TrafficManagerNestedProfileEndpoint.sourceTrafficLocation()"
modifiers:
- "abstract"
syntax: "public abstract Region sourceTrafficLocation()"
returns:
description: "the location of the traffic that the endpoint handles"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.Region?alt=com.microsoft.azure.management.resources.fluentcore.arm.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure traffic manager profile nested profile endpoint."
implements:
- "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint&text=TrafficManagerEndpoint\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.management.trafficmanager"
artifact: com.microsoft.azure:azure-mgmt-trafficmanager:1.41.4