IGeographicLocation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type representing Geographic Hierarchy region (location).
public interface IGeographicLocation : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.TrafficManager.Fluent.Models.RegionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName
type IGeographicLocation = interface
interface IHasName
interface IHasInner<RegionInner>
Public Interface IGeographicLocation
Implements IHasInner(Of RegionInner), IHasName
- Implements
Properties
ChildLocations |
Gets list of immediate child locations grouped under this location in the Geographic Hierarchy. |
Code |
Gets the location code. |
DescendantLocations |
Gets list of all descendant locations grouped under this location in the Geographic Hierarchy. |
Inner | (Inherited from IHasInner<T>) |
Name |
Gets the name of the resource (Inherited from IHasName) |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET