VideosOperationsExtensions.ListStreamingToken(IVideosOperations, String, String, String) 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.
Generates a streaming token for video playback.
public static Microsoft.Azure.Management.VideoAnalyzer.Models.VideoStreamingToken ListStreamingToken (this Microsoft.Azure.Management.VideoAnalyzer.IVideosOperations operations, string resourceGroupName, string accountName, string videoName);
static member ListStreamingToken : Microsoft.Azure.Management.VideoAnalyzer.IVideosOperations * string * string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.VideoStreamingToken
<Extension()>
Public Function ListStreamingToken (operations As IVideosOperations, resourceGroupName As String, accountName As String, videoName As String) As VideoStreamingToken
Parameters
- operations
- IVideosOperations
The operations group for this extension method.
- resourceGroupName
- System.String
The name of the resource group. The name is case insensitive.
- accountName
- System.String
The Azure Video Analyzer account name.
- videoName
- System.String
The name of the video to generate a token for playback.
Returns
Remarks
Generates a streaming token used for authenticating video playback.