Condividi tramite


AseRegionCollection Class

Definition

Collection of ASE regions.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AseRegionCollectionTypeConverter))]
public class AseRegionCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAseRegionCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AseRegionCollectionTypeConverter))>]
type AseRegionCollection = class
    interface IAseRegionCollection
    interface IJsonSerializable
Public Class AseRegionCollection
Implements IAseRegionCollection
Inheritance
AseRegionCollection
Attributes
Implements

Constructors

AseRegionCollection()

Creates an new AseRegionCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AseRegionCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AseRegionCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAseRegionCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AseRegionCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to