Share via


RecoverableServerResource Constructors

Definition

Overloads

RecoverableServerResource()

Initializes a new instance of the RecoverableServerResource class.

RecoverableServerResource(String, String, String, String, String, String, Nullable<Int32>, String, String)

Initializes a new instance of the RecoverableServerResource class.

RecoverableServerResource()

Initializes a new instance of the RecoverableServerResource class.

public RecoverableServerResource ();
Public Sub New ()

Applies to

RecoverableServerResource(String, String, String, String, String, String, Nullable<Int32>, String, String)

Initializes a new instance of the RecoverableServerResource class.

public RecoverableServerResource (string id = default, string name = default, string type = default, string lastAvailableBackupDateTime = default, string serviceLevelObjective = default, string edition = default, int? vCore = default, string hardwareGeneration = default, string version = default);
new Microsoft.Azure.Management.MySQL.Models.RecoverableServerResource : string * string * string * string * string * string * Nullable<int> * string * string -> Microsoft.Azure.Management.MySQL.Models.RecoverableServerResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional lastAvailableBackupDateTime As String = Nothing, Optional serviceLevelObjective As String = Nothing, Optional edition As String = Nothing, Optional vCore As Nullable(Of Integer) = Nothing, Optional hardwareGeneration As String = Nothing, Optional version As String = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

lastAvailableBackupDateTime
String

The last available backup date time.

serviceLevelObjective
String

The service level objective

edition
String

Edition of the performance tier.

vCore
Nullable<Int32>

vCore associated with the service level objective

hardwareGeneration
String

Hardware generation associated with the service level objective

version
String

The MySQL version

Applies to