SapAvailabilityZonePair 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.
The SAP Availability Zone Pair.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SapAvailabilityZonePairTypeConverter))]
public class SapAvailabilityZonePair : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapAvailabilityZonePair
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SapAvailabilityZonePairTypeConverter))>]
type SapAvailabilityZonePair = class
interface ISapAvailabilityZonePair
interface IJsonSerializable
Public Class SapAvailabilityZonePair
Implements ISapAvailabilityZonePair
- Inheritance
-
SapAvailabilityZonePair
- Attributes
- Implements
Constructors
SapAvailabilityZonePair() |
Creates an new SapAvailabilityZonePair instance. |
Properties
ZoneA |
The zone A. |
ZoneB |
The zone B. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapAvailabilityZonePair. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapAvailabilityZonePair. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapAvailabilityZonePair. |
FromJsonString(String) |
Creates a new instance of SapAvailabilityZonePair, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapAvailabilityZonePair into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |