VoiceProfileCancellationDetails Class
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.
Contains detailed information about why a voice profile action was canceled.
public class VoiceProfileCancellationDetails
type VoiceProfileCancellationDetails = class
Public Class VoiceProfileCancellationDetails
- Inheritance
-
VoiceProfileCancellationDetails
Properties
ErrorCode |
Error code of an unsuccessful voice profile action (Reason is set to Error). |
ErrorDetails |
Error message of an unsuccessful voice profile action (Reason is set to Error). |
Reason |
Reason the voice profile action was canceled. |
Methods
FromResult(VoiceProfileResult) |
Creates an VoiceProfileCancellationDetails instance for the canceled VoiceProfileResult. |
ToString() |
Returns a string that represents the cancellation details. |
Applies to
Azure SDK for .NET