108 строки
7.2 KiB
YAML
108 строки
7.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.trafficmanager.QueryExperience"
|
|
fullName: "com.microsoft.azure.management.trafficmanager.QueryExperience"
|
|
name: "QueryExperience"
|
|
nameWithType: "QueryExperience"
|
|
summary: "Class representing a Traffic Manager Heat<wbr>Map query experience 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 **QueryExperience**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.trafficmanager.QueryExperience.QueryExperience()"
|
|
fullName: "com.microsoft.azure.management.trafficmanager.QueryExperience.QueryExperience()"
|
|
name: "QueryExperience()"
|
|
nameWithType: "QueryExperience.QueryExperience()"
|
|
syntax: "public QueryExperience()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.trafficmanager.QueryExperience.endpointId()"
|
|
fullName: "com.microsoft.azure.management.trafficmanager.QueryExperience.endpointId()"
|
|
name: "endpointId()"
|
|
nameWithType: "QueryExperience.endpointId()"
|
|
summary: "Get the id of the endpoint from the 'endpoints' array which these queries were routed to."
|
|
syntax: "public int endpointId()"
|
|
desc: "Get the id of the endpoint from the 'endpoints' array which these queries were routed to."
|
|
returns:
|
|
description: "the endpointId value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.trafficmanager.QueryExperience.latency()"
|
|
fullName: "com.microsoft.azure.management.trafficmanager.QueryExperience.latency()"
|
|
name: "latency()"
|
|
nameWithType: "QueryExperience.latency()"
|
|
summary: "Get the latency experienced by queries originating from this location."
|
|
syntax: "public Double latency()"
|
|
desc: "Get the latency experienced by queries originating from this location."
|
|
returns:
|
|
description: "the latency 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.QueryExperience.queryCount()"
|
|
fullName: "com.microsoft.azure.management.trafficmanager.QueryExperience.queryCount()"
|
|
name: "queryCount()"
|
|
nameWithType: "QueryExperience.queryCount()"
|
|
summary: "Get the number of queries originating from this location."
|
|
syntax: "public int queryCount()"
|
|
desc: "Get the number of queries originating from this location."
|
|
returns:
|
|
description: "the queryCount value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.trafficmanager.QueryExperience.withEndpointId(int)"
|
|
fullName: "com.microsoft.azure.management.trafficmanager.QueryExperience.withEndpointId(int endpointId)"
|
|
name: "withEndpointId(int endpointId)"
|
|
nameWithType: "QueryExperience.withEndpointId(int endpointId)"
|
|
summary: "Set the id of the endpoint from the 'endpoints' array which these queries were routed to."
|
|
parameters:
|
|
- description: "the endpointId value to set"
|
|
name: "endpointId"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public QueryExperience withEndpointId(int endpointId)"
|
|
desc: "Set the id of the endpoint from the 'endpoints' array which these queries were routed to."
|
|
returns:
|
|
description: "the QueryExperience object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.QueryExperience?alt=com.microsoft.azure.management.trafficmanager.QueryExperience&text=QueryExperience\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.trafficmanager.QueryExperience.withLatency(java.lang.Double)"
|
|
fullName: "com.microsoft.azure.management.trafficmanager.QueryExperience.withLatency(Double latency)"
|
|
name: "withLatency(Double latency)"
|
|
nameWithType: "QueryExperience.withLatency(Double latency)"
|
|
summary: "Set the latency experienced by queries originating from this location."
|
|
parameters:
|
|
- description: "the latency value to set"
|
|
name: "latency"
|
|
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public QueryExperience withLatency(Double latency)"
|
|
desc: "Set the latency experienced by queries originating from this location."
|
|
returns:
|
|
description: "the QueryExperience object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.QueryExperience?alt=com.microsoft.azure.management.trafficmanager.QueryExperience&text=QueryExperience\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.trafficmanager.QueryExperience.withQueryCount(int)"
|
|
fullName: "com.microsoft.azure.management.trafficmanager.QueryExperience.withQueryCount(int queryCount)"
|
|
name: "withQueryCount(int queryCount)"
|
|
nameWithType: "QueryExperience.withQueryCount(int queryCount)"
|
|
summary: "Set the number of queries originating from this location."
|
|
parameters:
|
|
- description: "the queryCount value to set"
|
|
name: "queryCount"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public QueryExperience withQueryCount(int queryCount)"
|
|
desc: "Set the number of queries originating from this location."
|
|
returns:
|
|
description: "the QueryExperience object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.QueryExperience?alt=com.microsoft.azure.management.trafficmanager.QueryExperience&text=QueryExperience\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Class representing a Traffic Manager HeatMap query experience properties."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.trafficmanager"
|
|
artifact: com.microsoft.azure:azure-mgmt-trafficmanager:1.41.4
|