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).
public readonly struct AppServiceDatabaseType : IEquatable<Azure.ResourceManager.AppService.Models.AppServiceDatabaseType>
type AppServiceDatabaseType = struct
Public Structure AppServiceDatabaseType
Implements IEquatable(Of AppServiceDatabaseType)
- Inheritance
-
AppServiceDatabaseType
- Implements
Constructors
AppServiceDatabaseType(String) |
Initializes a new instance of AppServiceDatabaseType. |
Properties
LocalMySql |
LocalMySql. |
MySql |
MySql. |
PostgreSql |
PostgreSql. |
SqlAzure |
SqlAzure. |
Methods
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
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. |
Applies to
Azure SDK for .NET