次の方法で共有


AppServiceDatabaseType 構造体

定義

データベースの種類 (SqlAzure/MySql など)。

public readonly struct AppServiceDatabaseType : IEquatable<Azure.ResourceManager.AppService.Models.AppServiceDatabaseType>
type AppServiceDatabaseType = struct
Public Structure AppServiceDatabaseType
Implements IEquatable(Of AppServiceDatabaseType)
継承
AppServiceDatabaseType
実装

コンストラクター

AppServiceDatabaseType(String)

AppServiceDatabaseType の新しいインスタンスを初期化します。

プロパティ

LocalMySql

LocalMySql。

MySql

Mysql。

PostgreSql

Postgresql。

SqlAzure

SqlAzure。

メソッド

Equals(AppServiceDatabaseType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(AppServiceDatabaseType, AppServiceDatabaseType)

2 つの AppServiceDatabaseType 値が同じかどうかを判断します。

Implicit(String to AppServiceDatabaseType)

文字列を AppServiceDatabaseType に変換します。

Inequality(AppServiceDatabaseType, AppServiceDatabaseType)

2 つの AppServiceDatabaseType 値が同じでないかどうかを判断します。

適用対象