Compartir a través de


GeoRegion Class

Definition

Geographical region.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GeoRegionTypeConverter))]
public class GeoRegion : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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)

Deserializes a PSObject into an instance of GeoRegion.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion.

FromJsonString(String)

Creates a new instance of GeoRegion, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GeoRegion into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to