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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.videoanalyzer.listVideoContentToken
Explore with Pulumi AI
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.63.0 published on Tuesday, Sep 24, 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:
- 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 Video name.
- 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 Video name.
- 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 Video name.
- 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 Video name.
- 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 Video name.
- 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 Video name.
listVideoContentToken Result
The following output properties are available:
- Expiration
Date 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 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 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 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.
- expiration
Date 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
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi