1. Packages
  2. Azure Native
  3. API Docs
  4. videoanalyzer
  5. listVideoContentToken
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.videoanalyzer.listVideoContentToken

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.38.0 published on Monday, Apr 22, 2024 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>
    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]
    func ListVideoContentToken(ctx *Context, args *ListVideoContentTokenArgs, opts ...InvokeOption) (*ListVideoContentTokenResult, error)
    func ListVideoContentTokenOutput(ctx *Context, args *ListVideoContentTokenOutputArgs, opts ...InvokeOption) ListVideoContentTokenResultOutput

    > 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)
    }
    public static CompletableFuture<ListVideoContentTokenResult> listVideoContentToken(ListVideoContentTokenArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:videoanalyzer:listVideoContentToken
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    The Azure Video Analyzer account name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    VideoName string
    The Video name.
    AccountName string
    The Azure Video Analyzer account name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    VideoName string
    The Video name.
    accountName String
    The Azure Video Analyzer account name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    videoName String
    The Video name.
    accountName string
    The Azure Video Analyzer account name.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    videoName string
    The Video name.
    account_name str
    The Azure Video Analyzer account name.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    video_name str
    The Video name.
    accountName String
    The Azure Video Analyzer account name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    videoName 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 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi