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

108 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.trafficmanager.Region"
fullName: "com.microsoft.azure.management.trafficmanager.Region"
name: "Region"
nameWithType: "Region"
summary: "Class representing a region in the Geographic hierarchy used with the Geographic traffic routing method."
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 **Region**"
constructors:
- uid: "com.microsoft.azure.management.trafficmanager.Region.Region()"
fullName: "com.microsoft.azure.management.trafficmanager.Region.Region()"
name: "Region()"
nameWithType: "Region.Region()"
syntax: "public Region()"
methods:
- uid: "com.microsoft.azure.management.trafficmanager.Region.code()"
fullName: "com.microsoft.azure.management.trafficmanager.Region.code()"
name: "code()"
nameWithType: "Region.code()"
summary: "Get the code of the region."
syntax: "public String code()"
desc: "Get the code of the region."
returns:
description: "the code 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.Region.name()"
fullName: "com.microsoft.azure.management.trafficmanager.Region.name()"
name: "name()"
nameWithType: "Region.name()"
summary: "Get the name of the region."
syntax: "public String name()"
desc: "Get the name of the region."
returns:
description: "the name 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.Region.regions()"
fullName: "com.microsoft.azure.management.trafficmanager.Region.regions()"
name: "regions()"
nameWithType: "Region.regions()"
summary: "Get the list of Regions grouped under this Region in the Geographic Hierarchy."
syntax: "public List<Region> regions()"
desc: "Get the list of Regions grouped under this Region in the Geographic Hierarchy."
returns:
description: "the regions 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.Region?alt=com.microsoft.azure.management.trafficmanager.Region&text=Region\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.trafficmanager.Region.withCode(java.lang.String)"
fullName: "com.microsoft.azure.management.trafficmanager.Region.withCode(String code)"
name: "withCode(String code)"
nameWithType: "Region.withCode(String code)"
summary: "Set the code of the region."
parameters:
- description: "the code value to set"
name: "code"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Region withCode(String code)"
desc: "Set the code of the region."
returns:
description: "the Region object itself."
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.Region?alt=com.microsoft.azure.management.trafficmanager.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.Region.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.trafficmanager.Region.withName(String name)"
name: "withName(String name)"
nameWithType: "Region.withName(String name)"
summary: "Set the name of the region."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Region withName(String name)"
desc: "Set the name of the region."
returns:
description: "the Region object itself."
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.Region?alt=com.microsoft.azure.management.trafficmanager.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.Region.withRegions(java.util.List<com.microsoft.azure.management.trafficmanager.Region>)"
fullName: "com.microsoft.azure.management.trafficmanager.Region.withRegions(List<Region> regions)"
name: "withRegions(List<Region> regions)"
nameWithType: "Region.withRegions(List<Region> regions)"
summary: "Set the list of Regions grouped under this Region in the Geographic Hierarchy."
parameters:
- description: "the regions value to set"
name: "regions"
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.Region?alt=com.microsoft.azure.management.trafficmanager.Region&text=Region\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public Region withRegions(List<Region> regions)"
desc: "Set the list of Regions grouped under this Region in the Geographic Hierarchy."
returns:
description: "the Region object itself."
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.Region?alt=com.microsoft.azure.management.trafficmanager.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Class representing a region in the Geographic hierarchy used with the Geographic traffic routing method."
metadata: {}
package: "com.microsoft.azure.management.trafficmanager"
artifact: com.microsoft.azure:azure-mgmt-trafficmanager:1.41.4