AseRegion 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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |