Freigeben über


ServiceStatuses Class

Definition

Reports the state and behavior of dependent services.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ServiceStatusesTypeConverter))]
public class ServiceStatuses : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IServiceStatuses
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ServiceStatusesTypeConverter))>]
type ServiceStatuses = class
    interface IServiceStatuses
    interface IJsonSerializable
Public Class ServiceStatuses
Implements IServiceStatuses
Inheritance
ServiceStatuses
Attributes
Implements

Constructors

ServiceStatuses()

Creates an new ServiceStatuses instance.

Properties

ExtensionServiceStartupType

The behavior of the service when the Arc-enabled machine starts up.

ExtensionServiceStatus

The current status of the service.

GuestConfigurationServiceStartupType

The behavior of the service when the Arc-enabled machine starts up.

GuestConfigurationServiceStatus

The current status of the service.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceStatuses.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceStatuses.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IServiceStatuses.

FromJsonString(String)

Creates a new instance of ServiceStatuses, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceStatuses into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to