VoiceServicesTestLinePurpose 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 purpose of the TestLine resource.
public readonly struct VoiceServicesTestLinePurpose : IEquatable<Azure.ResourceManager.VoiceServices.Models.VoiceServicesTestLinePurpose>
type VoiceServicesTestLinePurpose = struct
Public Structure VoiceServicesTestLinePurpose
Implements IEquatable(Of VoiceServicesTestLinePurpose)
- Inheritance
-
VoiceServicesTestLinePurpose
- Implements
Constructors
VoiceServicesTestLinePurpose(String) |
Initializes a new instance of VoiceServicesTestLinePurpose. |
Properties
Automated |
Automated. |
Manual |
Manual. |
Methods
Equals(VoiceServicesTestLinePurpose) |
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(VoiceServicesTestLinePurpose, VoiceServicesTestLinePurpose) |
Determines if two VoiceServicesTestLinePurpose values are the same. |
Implicit(String to VoiceServicesTestLinePurpose) |
Converts a string to a VoiceServicesTestLinePurpose. |
Inequality(VoiceServicesTestLinePurpose, VoiceServicesTestLinePurpose) |
Determines if two VoiceServicesTestLinePurpose values are not the same. |
Applies to
Azure SDK for .NET