NodeTypeActionContent 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.
Parameters for Node type action.
public class NodeTypeActionContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeActionContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeActionContent>
type NodeTypeActionContent = class
interface IJsonModel<NodeTypeActionContent>
interface IPersistableModel<NodeTypeActionContent>
Public Class NodeTypeActionContent
Implements IJsonModel(Of NodeTypeActionContent), IPersistableModel(Of NodeTypeActionContent)
- Inheritance
-
NodeTypeActionContent
- Implements
Constructors
NodeTypeActionContent() |
Initializes a new instance of NodeTypeActionContent. |
Properties
IsForced |
Force the action to go through. |
Nodes |
List of node names from the node type. |
UpdateType |
Specifies the way the operation will be performed. |
Explicit Interface Implementations
IJsonModel<NodeTypeActionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NodeTypeActionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NodeTypeActionContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NodeTypeActionContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NodeTypeActionContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET