ArmMediaModelFactory.StreamingPath 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 StreamingPath.
public static Azure.ResourceManager.Media.Models.StreamingPath StreamingPath (Azure.ResourceManager.Media.Models.StreamingPolicyStreamingProtocol streamingProtocol = default, Azure.ResourceManager.Media.Models.StreamingPathEncryptionScheme encryptionScheme = default, System.Collections.Generic.IEnumerable<string> paths = default);
static member StreamingPath : Azure.ResourceManager.Media.Models.StreamingPolicyStreamingProtocol * Azure.ResourceManager.Media.Models.StreamingPathEncryptionScheme * seq<string> -> Azure.ResourceManager.Media.Models.StreamingPath
Public Shared Function StreamingPath (Optional streamingProtocol As StreamingPolicyStreamingProtocol = Nothing, Optional encryptionScheme As StreamingPathEncryptionScheme = Nothing, Optional paths As IEnumerable(Of String) = Nothing) As StreamingPath
Parameters
- streamingProtocol
- StreamingPolicyStreamingProtocol
Streaming protocol.
- encryptionScheme
- StreamingPathEncryptionScheme
Encryption scheme.
- paths
- IEnumerable<String>
Streaming paths for each protocol and encryptionScheme pair.
Returns
A new StreamingPath instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.