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

132 строки
9.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.trafficmanager.TrafficFlow"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficFlow"
name: "TrafficFlow"
nameWithType: "TrafficFlow"
summary: "Class representing a Traffic Manager Heat<wbr>Map traffic flow properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **TrafficFlow**"
constructors:
- uid: "com.microsoft.azure.management.trafficmanager.TrafficFlow.TrafficFlow()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficFlow.TrafficFlow()"
name: "TrafficFlow()"
nameWithType: "TrafficFlow.TrafficFlow()"
syntax: "public TrafficFlow()"
methods:
- uid: "com.microsoft.azure.management.trafficmanager.TrafficFlow.latitude()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficFlow.latitude()"
name: "latitude()"
nameWithType: "TrafficFlow.latitude()"
summary: "Get the approximate latitude that these queries originated from."
syntax: "public Double latitude()"
desc: "Get the approximate latitude that these queries originated from."
returns:
description: "the latitude value"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficFlow.longitude()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficFlow.longitude()"
name: "longitude()"
nameWithType: "TrafficFlow.longitude()"
summary: "Get the approximate longitude that these queries originated from."
syntax: "public Double longitude()"
desc: "Get the approximate longitude that these queries originated from."
returns:
description: "the longitude value"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficFlow.queryExperiences()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficFlow.queryExperiences()"
name: "queryExperiences()"
nameWithType: "TrafficFlow.queryExperiences()"
summary: "Get the query experiences produced in this Heat<wbr>Map calculation."
syntax: "public List<QueryExperience> queryExperiences()"
desc: "Get the query experiences produced in this HeatMap calculation."
returns:
description: "the queryExperiences value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.trafficmanager.QueryExperience?alt=com.microsoft.azure.management.trafficmanager.QueryExperience&text=QueryExperience\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficFlow.sourceIp()"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficFlow.sourceIp()"
name: "sourceIp()"
nameWithType: "TrafficFlow.sourceIp()"
summary: "Get the IP address that this query experience originated from."
syntax: "public String sourceIp()"
desc: "Get the IP address that this query experience originated from."
returns:
description: "the sourceIp value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficFlow.withLatitude(java.lang.Double)"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficFlow.withLatitude(Double latitude)"
name: "withLatitude(Double latitude)"
nameWithType: "TrafficFlow.withLatitude(Double latitude)"
summary: "Set the approximate latitude that these queries originated from."
parameters:
- description: "the latitude value to set"
name: "latitude"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TrafficFlow withLatitude(Double latitude)"
desc: "Set the approximate latitude that these queries originated from."
returns:
description: "the TrafficFlow object itself."
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficFlow?alt=com.microsoft.azure.management.trafficmanager.TrafficFlow&text=TrafficFlow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficFlow.withLongitude(java.lang.Double)"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficFlow.withLongitude(Double longitude)"
name: "withLongitude(Double longitude)"
nameWithType: "TrafficFlow.withLongitude(Double longitude)"
summary: "Set the approximate longitude that these queries originated from."
parameters:
- description: "the longitude value to set"
name: "longitude"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TrafficFlow withLongitude(Double longitude)"
desc: "Set the approximate longitude that these queries originated from."
returns:
description: "the TrafficFlow object itself."
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficFlow?alt=com.microsoft.azure.management.trafficmanager.TrafficFlow&text=TrafficFlow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficFlow.withQueryExperiences(java.util.List<com.microsoft.azure.management.trafficmanager.QueryExperience>)"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficFlow.withQueryExperiences(List<QueryExperience> queryExperiences)"
name: "withQueryExperiences(List<QueryExperience> queryExperiences)"
nameWithType: "TrafficFlow.withQueryExperiences(List<QueryExperience> queryExperiences)"
summary: "Set the query experiences produced in this Heat<wbr>Map calculation."
parameters:
- description: "the queryExperiences value to set"
name: "queryExperiences"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.trafficmanager.QueryExperience?alt=com.microsoft.azure.management.trafficmanager.QueryExperience&text=QueryExperience\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TrafficFlow withQueryExperiences(List<QueryExperience> queryExperiences)"
desc: "Set the query experiences produced in this HeatMap calculation."
returns:
description: "the TrafficFlow object itself."
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficFlow?alt=com.microsoft.azure.management.trafficmanager.TrafficFlow&text=TrafficFlow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficFlow.withSourceIp(java.lang.String)"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficFlow.withSourceIp(String sourceIp)"
name: "withSourceIp(String sourceIp)"
nameWithType: "TrafficFlow.withSourceIp(String sourceIp)"
summary: "Set the IP address that this query experience originated from."
parameters:
- description: "the sourceIp value to set"
name: "sourceIp"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TrafficFlow withSourceIp(String sourceIp)"
desc: "Set the IP address that this query experience originated from."
returns:
description: "the TrafficFlow object itself."
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficFlow?alt=com.microsoft.azure.management.trafficmanager.TrafficFlow&text=TrafficFlow\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Class representing a Traffic Manager HeatMap traffic flow properties."
metadata: {}
package: "com.microsoft.azure.management.trafficmanager"
artifact: com.microsoft.azure:azure-mgmt-trafficmanager:1.41.4