IServiceStatus Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ServiceStatusTypeConverter))]
public interface IServiceStatus : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ServiceStatusTypeConverter))>]
type IServiceStatus = interface
interface IJsonSerializable
Public Interface IServiceStatus
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
StartupType |
The behavior of the service when the Arc-enabled machine starts up. |
Status |
The current status of the service. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |