你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmMediaModelFactory.StreamingPath Method

Definition

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