다음을 통해 공유


KubernetesClusterRestartNodeContent Class

Definition

KubernetesClusterRestartNodeParameters represents the body of the request to restart the node of a Kubernetes cluster.

public class KubernetesClusterRestartNodeContent
public class KubernetesClusterRestartNodeContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.KubernetesClusterRestartNodeContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.KubernetesClusterRestartNodeContent>
type KubernetesClusterRestartNodeContent = class
type KubernetesClusterRestartNodeContent = class
    interface IJsonModel<KubernetesClusterRestartNodeContent>
    interface IPersistableModel<KubernetesClusterRestartNodeContent>
Public Class KubernetesClusterRestartNodeContent
Public Class KubernetesClusterRestartNodeContent
Implements IJsonModel(Of KubernetesClusterRestartNodeContent), IPersistableModel(Of KubernetesClusterRestartNodeContent)
Inheritance
KubernetesClusterRestartNodeContent
Implements

Constructors

KubernetesClusterRestartNodeContent(String)

Initializes a new instance of KubernetesClusterRestartNodeContent.

Properties

NodeName

The name of the node to restart.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KubernetesClusterRestartNodeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KubernetesClusterRestartNodeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesClusterRestartNodeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesClusterRestartNodeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KubernetesClusterRestartNodeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to