Freigeben über


KubernetesClusterRestartNodeParameters Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.KubernetesClusterRestartNodeParametersTypeConverter))]
public class KubernetesClusterRestartNodeParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IKubernetesClusterRestartNodeParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.KubernetesClusterRestartNodeParametersTypeConverter))>]
type KubernetesClusterRestartNodeParameters = class
    interface IKubernetesClusterRestartNodeParameters
    interface IJsonSerializable
Public Class KubernetesClusterRestartNodeParameters
Implements IKubernetesClusterRestartNodeParameters
Inheritance
KubernetesClusterRestartNodeParameters
Attributes
Implements

Constructors

KubernetesClusterRestartNodeParameters()

Creates an new KubernetesClusterRestartNodeParameters instance.

Properties

NodeName

The name of the node to restart.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KubernetesClusterRestartNodeParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KubernetesClusterRestartNodeParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IKubernetesClusterRestartNodeParameters.

FromJsonString(String)

Creates a new instance of KubernetesClusterRestartNodeParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of KubernetesClusterRestartNodeParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to