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

108 строки
7.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.AzureReachabilityReportLocation"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportLocation"
name: "AzureReachabilityReportLocation"
nameWithType: "AzureReachabilityReportLocation"
summary: "Parameters that define a geographic location."
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 **AzureReachabilityReportLocation**"
constructors:
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.AzureReachabilityReportLocation()"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.AzureReachabilityReportLocation()"
name: "AzureReachabilityReportLocation()"
nameWithType: "AzureReachabilityReportLocation.AzureReachabilityReportLocation()"
syntax: "public AzureReachabilityReportLocation()"
methods:
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.city()"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.city()"
name: "city()"
nameWithType: "AzureReachabilityReportLocation.city()"
summary: "Get the name of the city or town."
syntax: "public String city()"
desc: "Get the name of the city or town."
returns:
description: "the city value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.country()"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.country()"
name: "country()"
nameWithType: "AzureReachabilityReportLocation.country()"
summary: "Get the name of the country."
syntax: "public String country()"
desc: "Get the name of the country."
returns:
description: "the country value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.state()"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.state()"
name: "state()"
nameWithType: "AzureReachabilityReportLocation.state()"
summary: "Get the name of the state."
syntax: "public String state()"
desc: "Get the name of the state."
returns:
description: "the state value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.withCity(java.lang.String)"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.withCity(String city)"
name: "withCity(String city)"
nameWithType: "AzureReachabilityReportLocation.withCity(String city)"
summary: "Set the name of the city or town."
parameters:
- description: "the city value to set"
name: "city"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureReachabilityReportLocation withCity(String city)"
desc: "Set the name of the city or town."
returns:
description: "the AzureReachabilityReportLocation object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureReachabilityReportLocation?alt=com.microsoft.azure.management.network.AzureReachabilityReportLocation&text=AzureReachabilityReportLocation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.withCountry(java.lang.String)"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.withCountry(String country)"
name: "withCountry(String country)"
nameWithType: "AzureReachabilityReportLocation.withCountry(String country)"
summary: "Set the name of the country."
parameters:
- description: "the country value to set"
name: "country"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureReachabilityReportLocation withCountry(String country)"
desc: "Set the name of the country."
returns:
description: "the AzureReachabilityReportLocation object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureReachabilityReportLocation?alt=com.microsoft.azure.management.network.AzureReachabilityReportLocation&text=AzureReachabilityReportLocation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.withState(java.lang.String)"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportLocation.withState(String state)"
name: "withState(String state)"
nameWithType: "AzureReachabilityReportLocation.withState(String state)"
summary: "Set the name of the state."
parameters:
- description: "the state value to set"
name: "state"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureReachabilityReportLocation withState(String state)"
desc: "Set the name of the state."
returns:
description: "the AzureReachabilityReportLocation object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureReachabilityReportLocation?alt=com.microsoft.azure.management.network.AzureReachabilityReportLocation&text=AzureReachabilityReportLocation\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters that define a geographic location."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4