SapAvailabilityZoneDetailsContent 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 request to get list of availability zones.
public class SapAvailabilityZoneDetailsContent
public class SapAvailabilityZoneDetailsContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.SapAvailabilityZoneDetailsContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.SapAvailabilityZoneDetailsContent>
type SapAvailabilityZoneDetailsContent = class
type SapAvailabilityZoneDetailsContent = class
interface IJsonModel<SapAvailabilityZoneDetailsContent>
interface IPersistableModel<SapAvailabilityZoneDetailsContent>
Public Class SapAvailabilityZoneDetailsContent
Public Class SapAvailabilityZoneDetailsContent
Implements IJsonModel(Of SapAvailabilityZoneDetailsContent), IPersistableModel(Of SapAvailabilityZoneDetailsContent)
- Inheritance
-
SapAvailabilityZoneDetailsContent
- Implements
Constructors
SapAvailabilityZoneDetailsContent(AzureLocation, SapProductType, SapDatabaseType) |
Initializes a new instance of SapAvailabilityZoneDetailsContent. |
Properties
AppLocation |
The geo-location where the SAP resources will be created. |
DatabaseType |
The database type. Eg: HANA, DB2, etc. |
SapProduct |
Defines the SAP Product type. |
Explicit Interface Implementations
IJsonModel<SapAvailabilityZoneDetailsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SapAvailabilityZoneDetailsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SapAvailabilityZoneDetailsContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SapAvailabilityZoneDetailsContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SapAvailabilityZoneDetailsContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET