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

97 строки
8.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint"
name: "TrafficManagerEndpoint"
nameWithType: "TrafficManagerEndpoint"
summary: "An immutable client-side representation of an Azure traffic manager profile endpoint."
syntax: "public interface **TrafficManagerEndpoint**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource&text=ExternalChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint&text=TrafficManagerEndpoint\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerProfile?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerProfile&text=TrafficManagerProfile\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.trafficmanager.implementation.EndpointInner?alt=com.microsoft.azure.management.trafficmanager.implementation.EndpointInner&text=EndpointInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.customHeaders()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.customHeaders()"
name: "customHeaders()"
nameWithType: "TrafficManagerEndpoint.customHeaders()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> customHeaders()"
returns:
description: "custom headers associated with the endpoint as key-value pair."
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.endpointType()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.endpointType()"
name: "endpointType()"
nameWithType: "TrafficManagerEndpoint.endpointType()"
modifiers:
- "abstract"
syntax: "public abstract EndpointType endpointType()"
returns:
description: "the endpoint type"
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.EndpointType?alt=com.microsoft.azure.management.trafficmanager.EndpointType&text=EndpointType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.geographicLocationCodes()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.geographicLocationCodes()"
name: "geographicLocationCodes()"
nameWithType: "TrafficManagerEndpoint.geographicLocationCodes()"
modifiers:
- "abstract"
syntax: "public abstract Set<String> geographicLocationCodes()"
returns:
description: "the geographic location codes indicating the locations to which traffic will be distributed."
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.isEnabled()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.isEnabled()"
name: "isEnabled()"
nameWithType: "TrafficManagerEndpoint.isEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean isEnabled()"
returns:
description: "true if the endpoint is enabled, false otherwise"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.monitorStatus()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.monitorStatus()"
name: "monitorStatus()"
nameWithType: "TrafficManagerEndpoint.monitorStatus()"
modifiers:
- "abstract"
syntax: "public abstract EndpointMonitorStatus monitorStatus()"
returns:
description: "the monitor status of the endpoint"
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.EndpointMonitorStatus?alt=com.microsoft.azure.management.trafficmanager.EndpointMonitorStatus&text=EndpointMonitorStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.routingPriority()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.routingPriority()"
name: "routingPriority()"
nameWithType: "TrafficManagerEndpoint.routingPriority()"
modifiers:
- "abstract"
syntax: "public abstract long routingPriority()"
returns:
description: "the priority of the endpoint which is used when traffic manager profile is configured with\n Priority traffic-routing method"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.routingWeight()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.routingWeight()"
name: "routingWeight()"
nameWithType: "TrafficManagerEndpoint.routingWeight()"
modifiers:
- "abstract"
syntax: "public abstract long routingWeight()"
returns:
description: "the weight of the endpoint which is used when traffic manager profile is configured with\n Weighted traffic-routing method"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.subnets()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.subnets()"
name: "subnets()"
nameWithType: "TrafficManagerEndpoint.subnets()"
modifiers:
- "abstract"
syntax: "public abstract Collection<EndpointPropertiesSubnetsItem> subnets()"
returns:
description: "the list of subnets, IP addresses, and/or address ranges mapped to this endpoint."
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem?alt=com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem&text=EndpointPropertiesSubnetsItem\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An immutable client-side representation of an Azure traffic manager profile endpoint."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource&text=ExternalChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint&text=TrafficManagerEndpoint\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerProfile?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerProfile&text=TrafficManagerProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.trafficmanager.implementation.EndpointInner?alt=com.microsoft.azure.management.trafficmanager.implementation.EndpointInner&text=EndpointInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.trafficmanager"
artifact: com.microsoft.azure:azure-mgmt-trafficmanager:1.41.4