GeoRegion Class
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.
Geographical region.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.GeoRegionTypeConverter))]
public class GeoRegion : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IGeoRegion, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.GeoRegionTypeConverter))>]
type GeoRegion = class
interface IGeoRegion
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class GeoRegion
Implements IGeoRegion, IValidates
- Inheritance
-
GeoRegion
- Attributes
- Implements
Constructors
GeoRegion() |
Creates an new GeoRegion instance. |
Properties
Description |
Region description. |
DisplayName |
Display name for region. |
Id |
Resource Id. |
Kind |
Kind of resource. |
Name |
Resource Name. |
OrgDomain |
Display name for region. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GeoRegion. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IGeoRegion. |
FromJsonString(String) |
Creates a new instance of GeoRegion, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |