AppServiceDatabaseType Struct
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.
Database type (e.g. SqlAzure / MySql). Serialized Name: DatabaseType
public readonly struct AppServiceDatabaseType : IEquatable<Azure.ResourceManager.AppService.Models.AppServiceDatabaseType>
type AppServiceDatabaseType = struct
Public Structure AppServiceDatabaseType
Implements IEquatable(Of AppServiceDatabaseType)
- Inheritance
-
AppServiceDatabaseType
- Implements
Constructors
| Name | Description |
|---|---|
| AppServiceDatabaseType(String) |
Initializes a new instance of AppServiceDatabaseType. |
Properties
| Name | Description |
|---|---|
| LocalMySql |
LocalMySql Serialized Name: DatabaseType.LocalMySql |
| MySql |
MySql Serialized Name: DatabaseType.MySql |
| PostgreSql |
PostgreSql Serialized Name: DatabaseType.PostgreSql |
| SqlAzure |
SqlAzure Serialized Name: DatabaseType.SqlAzure |
Methods
| Name | Description |
|---|---|
| Equals(AppServiceDatabaseType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(AppServiceDatabaseType, AppServiceDatabaseType) |
Determines if two AppServiceDatabaseType values are the same. |
| Implicit(String to AppServiceDatabaseType) |
Converts a String to a AppServiceDatabaseType. |
| Inequality(AppServiceDatabaseType, AppServiceDatabaseType) |
Determines if two AppServiceDatabaseType values are not the same. |