ServiceStatuses 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ServiceStatusesTypeConverter))]
public class ServiceStatuses : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IServiceStatuses
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.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.ConnectedMachine.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() |