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