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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET