AseRegionProperties 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 resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AseRegionPropertiesTypeConverter))]
public class AseRegionProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAseRegionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AseRegionPropertiesTypeConverter))>]
type AseRegionProperties = class
interface IAseRegionProperties
interface IJsonSerializable
Public Class AseRegionProperties
Implements IAseRegionProperties
- Inheritance
-
AseRegionProperties
- Attributes
- Implements
Constructors
AseRegionProperties() |
Creates an new AseRegionProperties instance. |
Properties
AvailableOS |
Available OSs in region. |
AvailableSku |
Available Skus in region. |
DedicatedHost |
Dedicated host enabled. |
DisplayName |
Display name for region. |
Standard |
Is region standard. |
ZoneRedundant |
Zone redundant deployment enabled. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AseRegionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AseRegionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAseRegionProperties. |
FromJsonString(String) |
Creates a new instance of AseRegionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AseRegionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |