Share via


GeoRegionCollection Class

Definition

Collection of geographical regions.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GeoRegionCollectionTypeConverter))]
public class GeoRegionCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GeoRegionCollectionTypeConverter))>]
type GeoRegionCollection = class
    interface IGeoRegionCollection
    interface IJsonSerializable
Public Class GeoRegionCollection
Implements IGeoRegionCollection
Inheritance
GeoRegionCollection
Attributes
Implements

Constructors

GeoRegionCollection()

Creates an new GeoRegionCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GeoRegionCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GeoRegionCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GeoRegionCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to