RebootProperties Class

Definition

Reboot properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.RebootPropertiesTypeConverter))]
public class RebootProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IRebootProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.RebootPropertiesTypeConverter))>]
type RebootProperties = class
    interface IRebootProperties
    interface IJsonSerializable
Public Class RebootProperties
Implements IRebootProperties
Inheritance
RebootProperties
Attributes
Implements

Constructors

Name Description
RebootProperties()

Creates an new RebootProperties instance.

Properties

Name Description
RebootType

Type of reboot to be performed. Example: GracefulRebootWithZTP

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RebootProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RebootProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IRebootProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RebootProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to