CallAutomationModelFactory.RecordingStateResult Method
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.
Initializes a new instance of RecordingStateResult.
public static Azure.Communication.CallAutomation.RecordingStateResult RecordingStateResult (string recordingId = default, Azure.Communication.CallAutomation.RecordingState? recordingState = default, Azure.Communication.CallAutomation.RecordingKind? recordingKind = default);
static member RecordingStateResult : string * Nullable<Azure.Communication.CallAutomation.RecordingState> * Nullable<Azure.Communication.CallAutomation.RecordingKind> -> Azure.Communication.CallAutomation.RecordingStateResult
Public Shared Function RecordingStateResult (Optional recordingId As String = Nothing, Optional recordingState As Nullable(Of RecordingState) = Nothing, Optional recordingKind As Nullable(Of RecordingKind) = Nothing) As RecordingStateResult
Parameters
- recordingId
- String
- recordingState
- Nullable<RecordingState>
- recordingKind
- Nullable<RecordingKind>
Returns
A new RecordingStateResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET