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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET