GeoRegionProperties 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.
GeoRegion resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.GeoRegionPropertiesTypeConverter))]
public class GeoRegionProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IGeoRegionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.GeoRegionPropertiesTypeConverter))>]
type GeoRegionProperties = class
interface IGeoRegionProperties
interface IJsonSerializable
Public Class GeoRegionProperties
Implements IGeoRegionProperties
- Inheritance
-
GeoRegionProperties
- Attributes
- Implements
Constructors
GeoRegionProperties() |
Creates an new GeoRegionProperties instance. |
Properties
Description |
Region description. |
DisplayName |
Display name for region. |
OrgDomain |
Display name for region. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GeoRegionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GeoRegionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IGeoRegionProperties. |
FromJsonString(String) |
Creates a new instance of GeoRegionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GeoRegionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |