These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.videoanalyzer.listVideoStreamingToken
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Generates a streaming token used for authenticating video playback. API Version: 2021-05-01-preview.
Using listVideoStreamingToken
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function listVideoStreamingToken(args: ListVideoStreamingTokenArgs, opts?: InvokeOptions): Promise<ListVideoStreamingTokenResult>
function listVideoStreamingTokenOutput(args: ListVideoStreamingTokenOutputArgs, opts?: InvokeOptions): Output<ListVideoStreamingTokenResult>
def list_video_streaming_token(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
video_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListVideoStreamingTokenResult
def list_video_streaming_token_output(account_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
video_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListVideoStreamingTokenResult]
func ListVideoStreamingToken(ctx *Context, args *ListVideoStreamingTokenArgs, opts ...InvokeOption) (*ListVideoStreamingTokenResult, error)
func ListVideoStreamingTokenOutput(ctx *Context, args *ListVideoStreamingTokenOutputArgs, opts ...InvokeOption) ListVideoStreamingTokenResultOutput
> Note: This function is named ListVideoStreamingToken
in the Go SDK.
public static class ListVideoStreamingToken
{
public static Task<ListVideoStreamingTokenResult> InvokeAsync(ListVideoStreamingTokenArgs args, InvokeOptions? opts = null)
public static Output<ListVideoStreamingTokenResult> Invoke(ListVideoStreamingTokenInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListVideoStreamingTokenResult> listVideoStreamingToken(ListVideoStreamingTokenArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:videoanalyzer:listVideoStreamingToken
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string - The Azure Video Analyzer account name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Video
Name string - The name of the video to generate a token for playback.
- Account
Name string - The Azure Video Analyzer account name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Video
Name string - The name of the video to generate a token for playback.
- account
Name String - The Azure Video Analyzer account name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- video
Name String - The name of the video to generate a token for playback.
- account
Name string - The Azure Video Analyzer account name.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- video
Name string - The name of the video to generate a token for playback.
- account_
name str - The Azure Video Analyzer account name.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- video_
name str - The name of the video to generate a token for playback.
- account
Name String - The Azure Video Analyzer account name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- video
Name String - The name of the video to generate a token for playback.
listVideoStreamingToken Result
The following output properties are available:
- Expiration
Date string - The streaming token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
- Token string
- The streaming token value to be added to the video streaming URL as the value for a "token" query string parameter. The token is specific to a single video.
- Expiration
Date string - The streaming token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
- Token string
- The streaming token value to be added to the video streaming URL as the value for a "token" query string parameter. The token is specific to a single video.
- expiration
Date String - The streaming token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
- token String
- The streaming token value to be added to the video streaming URL as the value for a "token" query string parameter. The token is specific to a single video.
- expiration
Date string - The streaming token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
- token string
- The streaming token value to be added to the video streaming URL as the value for a "token" query string parameter. The token is specific to a single video.
- expiration_
date str - The streaming token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
- token str
- The streaming token value to be added to the video streaming URL as the value for a "token" query string parameter. The token is specific to a single video.
- expiration
Date String - The streaming token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
- token String
- The streaming token value to be added to the video streaming URL as the value for a "token" query string parameter. The token is specific to a single video.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi