RecoverableServerResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A recoverable server resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RecoverableServerResource : Microsoft.Azure.Management.MySQL.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RecoverableServerResource = class
inherit ProxyResource
Public Class RecoverableServerResource
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
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. |
Properties
Edition |
Gets edition of the performance tier. |
HardwareGeneration |
Gets hardware generation associated with the service level objective |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
LastAvailableBackupDateTime |
Gets the last available backup date time. |
Name |
Gets the name of the resource (Inherited from Resource) |
ServiceLevelObjective |
Gets the service level objective |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
VCore |
Gets vCore associated with the service level objective |
Version |
Gets the MySQL version |
Applies to
Azure SDK for .NET