SqlModelCommon Class
Common service resource properties found on resources returned by the service.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon
Microsoft.WindowsAzure.Management.Sql.Models.Database
Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy
Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog
Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation
Microsoft.WindowsAzure.Management.Sql.Models.FirewallRule
Microsoft.WindowsAzure.Management.Sql.Models.Quota
Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabase
Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperation
Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabase
Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective
Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.DimensionSettingResponse
Syntax
public class SqlModelCommon
public ref class SqlModelCommon
type SqlModelCommon = class end
Public Class SqlModelCommon
Constructors
Name | Description | |
---|---|---|
SqlModelCommon() | Initializes a new instance of the SqlModelCommon class. |
Properties
Name | Description | |
---|---|---|
Name | Optional. Gets the name of the service resource. |
|
State | Optional. Gets the state of the service resource. |
|
Type | Optional. Gets the type of the service resource. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top