次の方法で共有


VoiceServicesCommunicationsPlatform 構造体

定義

使用可能なプラットフォームの種類。

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

コンストラクター

VoiceServicesCommunicationsPlatform(String)

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

プロパティ

OperatorConnect

OperatorConnect。

TeamsPhoneMobile

TeamsPhoneMobile。

メソッド

Equals(VoiceServicesCommunicationsPlatform)

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

ToString()

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

演算子

Equality(VoiceServicesCommunicationsPlatform, VoiceServicesCommunicationsPlatform)

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

Implicit(String to VoiceServicesCommunicationsPlatform)

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

Inequality(VoiceServicesCommunicationsPlatform, VoiceServicesCommunicationsPlatform)

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

適用対象