共用方式為


RedisForceRebootResponseInner Constructors

Definition

Overloads

RedisForceRebootResponseInner()

Initializes a new instance of the RedisForceRebootResponseInner class.

RedisForceRebootResponseInner(String)

Initializes a new instance of the RedisForceRebootResponseInner class.

RedisForceRebootResponseInner()

Initializes a new instance of the RedisForceRebootResponseInner class.

public RedisForceRebootResponseInner ();
Public Sub New ()

Applies to

RedisForceRebootResponseInner(String)

Initializes a new instance of the RedisForceRebootResponseInner class.

public RedisForceRebootResponseInner (string message = default);
new Microsoft.Azure.Management.Redis.Fluent.Models.RedisForceRebootResponseInner : string -> Microsoft.Azure.Management.Redis.Fluent.Models.RedisForceRebootResponseInner
Public Sub New (Optional message As String = Nothing)

Parameters

message
String

Status message

Applies to