1. Packages
  2. Azure Native v2
  3. API Docs
  4. videoanalyzer
  5. listVideoContentToken
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.videoanalyzer.listVideoContentToken

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Generates a streaming token which can be used for accessing content from video content URLs, for a video resource with the given name. Azure REST API version: 2021-11-01-preview.

Using listVideoContentToken

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 listVideoContentToken(args: ListVideoContentTokenArgs, opts?: InvokeOptions): Promise<ListVideoContentTokenResult>
function listVideoContentTokenOutput(args: ListVideoContentTokenOutputArgs, opts?: InvokeOptions): Output<ListVideoContentTokenResult>
Copy
def list_video_content_token(account_name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             video_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> ListVideoContentTokenResult
def list_video_content_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[ListVideoContentTokenResult]
Copy
func ListVideoContentToken(ctx *Context, args *ListVideoContentTokenArgs, opts ...InvokeOption) (*ListVideoContentTokenResult, error)
func ListVideoContentTokenOutput(ctx *Context, args *ListVideoContentTokenOutputArgs, opts ...InvokeOption) ListVideoContentTokenResultOutput
Copy

> Note: This function is named ListVideoContentToken in the Go SDK.

public static class ListVideoContentToken 
{
    public static Task<ListVideoContentTokenResult> InvokeAsync(ListVideoContentTokenArgs args, InvokeOptions? opts = null)
    public static Output<ListVideoContentTokenResult> Invoke(ListVideoContentTokenInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListVideoContentTokenResult> listVideoContentToken(ListVideoContentTokenArgs args, InvokeOptions options)
public static Output<ListVideoContentTokenResult> listVideoContentToken(ListVideoContentTokenArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:videoanalyzer:listVideoContentToken
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountName
This property is required.
Changes to this property will trigger replacement.
string
The Azure Video Analyzer account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
VideoName
This property is required.
Changes to this property will trigger replacement.
string
The Video name.
AccountName
This property is required.
Changes to this property will trigger replacement.
string
The Azure Video Analyzer account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
VideoName
This property is required.
Changes to this property will trigger replacement.
string
The Video name.
accountName
This property is required.
Changes to this property will trigger replacement.
String
The Azure Video Analyzer account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
videoName
This property is required.
Changes to this property will trigger replacement.
String
The Video name.
accountName
This property is required.
Changes to this property will trigger replacement.
string
The Azure Video Analyzer account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
videoName
This property is required.
Changes to this property will trigger replacement.
string
The Video name.
account_name
This property is required.
Changes to this property will trigger replacement.
str
The Azure Video Analyzer account name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
video_name
This property is required.
Changes to this property will trigger replacement.
str
The Video name.
accountName
This property is required.
Changes to this property will trigger replacement.
String
The Azure Video Analyzer account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
videoName
This property is required.
Changes to this property will trigger replacement.
String
The Video name.

listVideoContentToken Result

The following output properties are available:

ExpirationDate string
The content token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
Token string
The content token value to be added to the video content URL as the value for the "token" query string parameter. The token is specific to a single video.
ExpirationDate string
The content token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
Token string
The content token value to be added to the video content URL as the value for the "token" query string parameter. The token is specific to a single video.
expirationDate String
The content token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
token String
The content token value to be added to the video content URL as the value for the "token" query string parameter. The token is specific to a single video.
expirationDate string
The content token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
token string
The content token value to be added to the video content URL as the value for the "token" query string parameter. The token is specific to a single video.
expiration_date str
The content token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
token str
The content token value to be added to the video content URL as the value for the "token" query string parameter. The token is specific to a single video.
expirationDate String
The content token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
token String
The content token value to be added to the video content URL as the value for the "token" query string parameter. The token is specific to a single video.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi