VoiceServicesCommunicationsPlatform Struct

Definition

Available platform types.

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

Constructors

VoiceServicesCommunicationsPlatform(String)

Initializes a new instance of VoiceServicesCommunicationsPlatform.

Properties

OperatorConnect

OperatorConnect.

TeamsPhoneMobile

TeamsPhoneMobile.

Methods

Equals(VoiceServicesCommunicationsPlatform)

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(VoiceServicesCommunicationsPlatform, VoiceServicesCommunicationsPlatform)

Determines if two VoiceServicesCommunicationsPlatform values are the same.

Implicit(String to VoiceServicesCommunicationsPlatform)

Converts a string to a VoiceServicesCommunicationsPlatform.

Inequality(VoiceServicesCommunicationsPlatform, VoiceServicesCommunicationsPlatform)

Determines if two VoiceServicesCommunicationsPlatform values are not the same.

Applies to