Share via


AppServiceDatabaseType Struct

Definition

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