次の方法で共有


CosmosDBServiceType 構造体

定義

サービスの ServiceType。

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

コンストラクター

CosmosDBServiceType(String)

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

プロパティ

DataTransfer

DataTransfer。

GraphApiCompute

GraphAPICompute。

MaterializedViewsBuilder

MaterializedViewsBuilder。

SqlDedicatedGateway

SqlDedicatedGateway。

メソッド

Equals(CosmosDBServiceType)

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

ToString()

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

演算子

Equality(CosmosDBServiceType, CosmosDBServiceType)

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

Implicit(String to CosmosDBServiceType)

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

Inequality(CosmosDBServiceType, CosmosDBServiceType)

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

適用対象