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

Name Description
VoiceServicesCommunicationsPlatform(String)

Initializes a new instance of VoiceServicesCommunicationsPlatform.

Properties

Name Description
OperatorConnect

OperatorConnect.

TeamsPhoneMobile

TeamsPhoneMobile.

Methods

Name Description
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

Name Description
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