HybridComputeServiceStatus 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.
Describes the status and behavior of a service.
public class HybridComputeServiceStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeServiceStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeServiceStatus>
type HybridComputeServiceStatus = class
interface IJsonModel<HybridComputeServiceStatus>
interface IPersistableModel<HybridComputeServiceStatus>
Public Class HybridComputeServiceStatus
Implements IJsonModel(Of HybridComputeServiceStatus), IPersistableModel(Of HybridComputeServiceStatus)
- Inheritance
-
HybridComputeServiceStatus
- Implements
Constructors
HybridComputeServiceStatus() |
Initializes a new instance of HybridComputeServiceStatus. |
Properties
StartupType |
The behavior of the service when the Arc-enabled machine starts up. |
Status |
The current status of the service. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HybridComputeServiceStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HybridComputeServiceStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HybridComputeServiceStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HybridComputeServiceStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HybridComputeServiceStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET