TlsStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of the TLS connections of the Trunk.
public readonly struct TlsStatus : IEquatable<Azure.Communication.PhoneNumbers.SipRouting.TlsStatus>
type TlsStatus = struct
Public Structure TlsStatus
Implements IEquatable(Of TlsStatus)
- Inheritance
-
TlsStatus
- Implements
Constructors
| Name | Description |
|---|---|
| TlsStatus(String) |
Initializes a new instance of TlsStatus. |
Properties
| Name | Description |
|---|---|
| CertExpired |
Indicates the Trunk certificate is expired. |
| CertExpiring |
Indicates the Trunk certificate is expiring. |
| Ok |
Indicates the status is okay. |
| Unknown |
Indicates an unknown status. |
Methods
| Name | Description |
|---|---|
| Equals(TlsStatus) |
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(TlsStatus, TlsStatus) |
Determines if two TlsStatus values are the same. |
| Implicit(String to TlsStatus) | |
| Inequality(TlsStatus, TlsStatus) |
Determines if two TlsStatus values are not the same. |