Compartilhar via


AseRegion Class

Definition

ASE region.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AseRegionTypeConverter))]
public class AseRegion : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAseRegion, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AseRegionTypeConverter))>]
type AseRegion = class
    interface IAseRegion
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class AseRegion
Implements IAseRegion, IValidates
Inheritance
AseRegion
Attributes
Implements

Constructors

AseRegion()

Creates an new AseRegion instance.

Properties

AvailableOS

Available OSs in region.

AvailableSku

Available Skus in region.

DedicatedHost

Dedicated host enabled.

DisplayName

Display name for region.

Id

Resource Id.

Kind

Kind of resource.

Name

Resource Name.

Standard

Is region standard.

Type

Resource type.

ZoneRedundant

Zone redundant deployment enabled.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AseRegion.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AseRegion.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AseRegion into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to