PlayToAllOptions Constructors
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.
Overloads
PlayToAllOptions(PlaySource) |
Creates a new PlayToAllOptions object. |
PlayToAllOptions(IEnumerable<PlaySource>) |
Creates a new PlayToAllOptions object. |
PlayToAllOptions(PlaySource)
- Source:
- PlayToAllOptions.cs
- Source:
- PlayToAllOptions.cs
Creates a new PlayToAllOptions object.
public PlayToAllOptions (Azure.Communication.CallAutomation.PlaySource playSource);
new Azure.Communication.CallAutomation.PlayToAllOptions : Azure.Communication.CallAutomation.PlaySource -> Azure.Communication.CallAutomation.PlayToAllOptions
Public Sub New (playSource As PlaySource)
Parameters
- playSource
- PlaySource
Applies to
PlayToAllOptions(IEnumerable<PlaySource>)
- Source:
- PlayToAllOptions.cs
- Source:
- PlayToAllOptions.cs
Creates a new PlayToAllOptions object.
public PlayToAllOptions (System.Collections.Generic.IEnumerable<Azure.Communication.CallAutomation.PlaySource> playSources);
new Azure.Communication.CallAutomation.PlayToAllOptions : seq<Azure.Communication.CallAutomation.PlaySource> -> Azure.Communication.CallAutomation.PlayToAllOptions
Public Sub New (playSources As IEnumerable(Of PlaySource))
Parameters
- playSources
- IEnumerable<PlaySource>
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