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

120 строки
7.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.LocationMetadata"
fullName: "com.microsoft.azure.management.resources.LocationMetadata"
name: "LocationMetadata"
nameWithType: "LocationMetadata"
summary: "Location metadata information."
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 **LocationMetadata**"
constructors:
- uid: "com.microsoft.azure.management.resources.LocationMetadata.LocationMetadata()"
fullName: "com.microsoft.azure.management.resources.LocationMetadata.LocationMetadata()"
name: "LocationMetadata()"
nameWithType: "LocationMetadata.LocationMetadata()"
syntax: "public LocationMetadata()"
methods:
- uid: "com.microsoft.azure.management.resources.LocationMetadata.geographyGroup()"
fullName: "com.microsoft.azure.management.resources.LocationMetadata.geographyGroup()"
name: "geographyGroup()"
nameWithType: "LocationMetadata.geographyGroup()"
summary: "Get the geography group of the location."
syntax: "public String geographyGroup()"
desc: "Get the geography group of the location."
returns:
description: "the geographyGroup value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.LocationMetadata.latitude()"
fullName: "com.microsoft.azure.management.resources.LocationMetadata.latitude()"
name: "latitude()"
nameWithType: "LocationMetadata.latitude()"
summary: "Get the latitude of the location."
syntax: "public String latitude()"
desc: "Get the latitude of the location."
returns:
description: "the latitude value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.LocationMetadata.longitude()"
fullName: "com.microsoft.azure.management.resources.LocationMetadata.longitude()"
name: "longitude()"
nameWithType: "LocationMetadata.longitude()"
summary: "Get the longitude of the location."
syntax: "public String longitude()"
desc: "Get the longitude of the location."
returns:
description: "the longitude value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.LocationMetadata.pairedRegion()"
fullName: "com.microsoft.azure.management.resources.LocationMetadata.pairedRegion()"
name: "pairedRegion()"
nameWithType: "LocationMetadata.pairedRegion()"
summary: "Get the regions paired to this region."
syntax: "public List<PairedRegion> pairedRegion()"
desc: "Get the regions paired to this region."
returns:
description: "the pairedRegion 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.resources.PairedRegion?alt=com.microsoft.azure.management.resources.PairedRegion&text=PairedRegion\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.LocationMetadata.physicalLocation()"
fullName: "com.microsoft.azure.management.resources.LocationMetadata.physicalLocation()"
name: "physicalLocation()"
nameWithType: "LocationMetadata.physicalLocation()"
summary: "Get the physical location of the Azure location."
syntax: "public String physicalLocation()"
desc: "Get the physical location of the Azure location."
returns:
description: "the physicalLocation value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.LocationMetadata.regionCategory()"
fullName: "com.microsoft.azure.management.resources.LocationMetadata.regionCategory()"
name: "regionCategory()"
nameWithType: "LocationMetadata.regionCategory()"
summary: "Get the category of the region."
syntax: "public RegionCategory regionCategory()"
desc: "Get the category of the region. Possible values include: 'Recommended', 'Other'."
returns:
description: "the regionCategory value"
type: "<xref href=\"com.microsoft.azure.management.resources.RegionCategory?alt=com.microsoft.azure.management.resources.RegionCategory&text=RegionCategory\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.LocationMetadata.regionType()"
fullName: "com.microsoft.azure.management.resources.LocationMetadata.regionType()"
name: "regionType()"
nameWithType: "LocationMetadata.regionType()"
summary: "Get the type of the region."
syntax: "public RegionType regionType()"
desc: "Get the type of the region. Possible values include: 'Physical', 'Logical'."
returns:
description: "the regionType value"
type: "<xref href=\"com.microsoft.azure.management.resources.RegionType?alt=com.microsoft.azure.management.resources.RegionType&text=RegionType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.LocationMetadata.withPairedRegion(java.util.List<com.microsoft.azure.management.resources.PairedRegion>)"
fullName: "com.microsoft.azure.management.resources.LocationMetadata.withPairedRegion(List<PairedRegion> pairedRegion)"
name: "withPairedRegion(List<PairedRegion> pairedRegion)"
nameWithType: "LocationMetadata.withPairedRegion(List<PairedRegion> pairedRegion)"
summary: "Set the regions paired to this region."
parameters:
- description: "the pairedRegion value to set"
name: "pairedRegion"
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.resources.PairedRegion?alt=com.microsoft.azure.management.resources.PairedRegion&text=PairedRegion\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public LocationMetadata withPairedRegion(List<PairedRegion> pairedRegion)"
desc: "Set the regions paired to this region."
returns:
description: "the LocationMetadata object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.LocationMetadata?alt=com.microsoft.azure.management.resources.LocationMetadata&text=LocationMetadata\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Location metadata information."
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4