LargeInstanceForceState 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.
The active state empowers the server with the ability to forcefully terminate and halt any existing processes that may be running on the server
public class LargeInstanceForceState : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.LargeInstance.Models.LargeInstanceForceState>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.LargeInstance.Models.LargeInstanceForceState>
type LargeInstanceForceState = class
interface IJsonModel<LargeInstanceForceState>
interface IPersistableModel<LargeInstanceForceState>
Public Class LargeInstanceForceState
Implements IJsonModel(Of LargeInstanceForceState), IPersistableModel(Of LargeInstanceForceState)
- Inheritance
-
LargeInstanceForceState
- Implements
Constructors
LargeInstanceForceState() |
Initializes a new instance of LargeInstanceForceState. |
Properties
ForceState |
Whether to force restart by shutting all processes. |
Explicit Interface Implementations
IJsonModel<LargeInstanceForceState>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LargeInstanceForceState>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LargeInstanceForceState>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LargeInstanceForceState>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LargeInstanceForceState>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET