CentralServerVmDetails 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 Central Services Instance VM details.
public class CentralServerVmDetails
public class CentralServerVmDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.CentralServerVmDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.CentralServerVmDetails>
type CentralServerVmDetails = class
type CentralServerVmDetails = class
interface IJsonModel<CentralServerVmDetails>
interface IPersistableModel<CentralServerVmDetails>
Public Class CentralServerVmDetails
Public Class CentralServerVmDetails
Implements IJsonModel(Of CentralServerVmDetails), IPersistableModel(Of CentralServerVmDetails)
- Inheritance
-
CentralServerVmDetails
- Implements
Properties
StorageDetails |
Storage details of all the Storage Accounts attached to the ASCS Virtual Machine. For e.g. NFS on AFS Shared Storage. |
VirtualMachineId |
Gets the virtual machine id. |
VirtualMachineType |
Defines the type of central server VM. |
Explicit Interface Implementations
IJsonModel<CentralServerVmDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CentralServerVmDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CentralServerVmDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CentralServerVmDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CentralServerVmDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET