ServerFarmInstance 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.
Represents details of a single instance in a server farm. Serialized Name: ServerFarmInstance
public class ServerFarmInstance : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.ServerFarmInstance>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.ServerFarmInstance>
type ServerFarmInstance = class
interface IJsonModel<ServerFarmInstance>
interface IPersistableModel<ServerFarmInstance>
Public Class ServerFarmInstance
Implements IJsonModel(Of ServerFarmInstance), IPersistableModel(Of ServerFarmInstance)
- Inheritance
-
ServerFarmInstance
- Implements
Properties
| Name | Description |
|---|---|
| InstanceName |
The instance name. Serialized Name: ServerFarmInstance.instanceName |
| IPAddress |
The instance IP address. Serialized Name: ServerFarmInstance.ipAddress |
| Status |
The instance status. Serialized Name: ServerFarmInstance.status |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<ServerFarmInstance>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<ServerFarmInstance>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<ServerFarmInstance>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<ServerFarmInstance>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<ServerFarmInstance>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |