VoiceServicesCommunicationsGatewayStatus Struct

Definition

The status of the current CommunicationsGateway resource.

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

Constructors

VoiceServicesCommunicationsGatewayStatus(String)

Initializes a new instance of VoiceServicesCommunicationsGatewayStatus.

Properties

ChangePending

The resource has been created or updated, but the CommunicationsGateway service has not yet been updated to reflect the changes.

Complete

The CommunicationsGateway service is up and running with the parameters specified in the resource.

Methods

Equals(VoiceServicesCommunicationsGatewayStatus)

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

Determines if two VoiceServicesCommunicationsGatewayStatus values are the same.

Implicit(String to VoiceServicesCommunicationsGatewayStatus)

Converts a string to a VoiceServicesCommunicationsGatewayStatus.

Inequality(VoiceServicesCommunicationsGatewayStatus, VoiceServicesCommunicationsGatewayStatus)

Determines if two VoiceServicesCommunicationsGatewayStatus values are not the same.

Applies to