1. Packages
  2. Azure Native
  3. API Docs
  4. media
  5. listStreamingLocatorPaths
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.33.0 published on Friday, Mar 22, 2024 by Pulumi

azure-native.media.listStreamingLocatorPaths

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.33.0 published on Friday, Mar 22, 2024 by Pulumi

    List Paths supported by this Streaming Locator Azure REST API version: 2023-01-01.

    Using listStreamingLocatorPaths

    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 listStreamingLocatorPaths(args: ListStreamingLocatorPathsArgs, opts?: InvokeOptions): Promise<ListStreamingLocatorPathsResult>
    function listStreamingLocatorPathsOutput(args: ListStreamingLocatorPathsOutputArgs, opts?: InvokeOptions): Output<ListStreamingLocatorPathsResult>
    def list_streaming_locator_paths(account_name: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     streaming_locator_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> ListStreamingLocatorPathsResult
    def list_streaming_locator_paths_output(account_name: Optional[pulumi.Input[str]] = None,
                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                     streaming_locator_name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[ListStreamingLocatorPathsResult]
    func ListStreamingLocatorPaths(ctx *Context, args *ListStreamingLocatorPathsArgs, opts ...InvokeOption) (*ListStreamingLocatorPathsResult, error)
    func ListStreamingLocatorPathsOutput(ctx *Context, args *ListStreamingLocatorPathsOutputArgs, opts ...InvokeOption) ListStreamingLocatorPathsResultOutput

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

    public static class ListStreamingLocatorPaths 
    {
        public static Task<ListStreamingLocatorPathsResult> InvokeAsync(ListStreamingLocatorPathsArgs args, InvokeOptions? opts = null)
        public static Output<ListStreamingLocatorPathsResult> Invoke(ListStreamingLocatorPathsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListStreamingLocatorPathsResult> listStreamingLocatorPaths(ListStreamingLocatorPathsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:media:listStreamingLocatorPaths
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    The Media Services account name.
    ResourceGroupName string
    The name of the resource group within the Azure subscription.
    StreamingLocatorName string
    The Streaming Locator name.
    AccountName string
    The Media Services account name.
    ResourceGroupName string
    The name of the resource group within the Azure subscription.
    StreamingLocatorName string
    The Streaming Locator name.
    accountName String
    The Media Services account name.
    resourceGroupName String
    The name of the resource group within the Azure subscription.
    streamingLocatorName String
    The Streaming Locator name.
    accountName string
    The Media Services account name.
    resourceGroupName string
    The name of the resource group within the Azure subscription.
    streamingLocatorName string
    The Streaming Locator name.
    account_name str
    The Media Services account name.
    resource_group_name str
    The name of the resource group within the Azure subscription.
    streaming_locator_name str
    The Streaming Locator name.
    accountName String
    The Media Services account name.
    resourceGroupName String
    The name of the resource group within the Azure subscription.
    streamingLocatorName String
    The Streaming Locator name.

    listStreamingLocatorPaths Result

    The following output properties are available:

    DownloadPaths List<string>
    Download Paths supported by current Streaming Locator
    StreamingPaths List<Pulumi.AzureNative.Media.Outputs.StreamingPathResponse>
    Streaming Paths supported by current Streaming Locator
    DownloadPaths []string
    Download Paths supported by current Streaming Locator
    StreamingPaths []StreamingPathResponse
    Streaming Paths supported by current Streaming Locator
    downloadPaths List<String>
    Download Paths supported by current Streaming Locator
    streamingPaths List<StreamingPathResponse>
    Streaming Paths supported by current Streaming Locator
    downloadPaths string[]
    Download Paths supported by current Streaming Locator
    streamingPaths StreamingPathResponse[]
    Streaming Paths supported by current Streaming Locator
    download_paths Sequence[str]
    Download Paths supported by current Streaming Locator
    streaming_paths Sequence[StreamingPathResponse]
    Streaming Paths supported by current Streaming Locator
    downloadPaths List<String>
    Download Paths supported by current Streaming Locator
    streamingPaths List<Property Map>
    Streaming Paths supported by current Streaming Locator

    Supporting Types

    StreamingPathResponse

    EncryptionScheme string
    Encryption scheme
    StreamingProtocol string
    Streaming protocol
    Paths List<string>
    Streaming paths for each protocol and encryptionScheme pair
    EncryptionScheme string
    Encryption scheme
    StreamingProtocol string
    Streaming protocol
    Paths []string
    Streaming paths for each protocol and encryptionScheme pair
    encryptionScheme String
    Encryption scheme
    streamingProtocol String
    Streaming protocol
    paths List<String>
    Streaming paths for each protocol and encryptionScheme pair
    encryptionScheme string
    Encryption scheme
    streamingProtocol string
    Streaming protocol
    paths string[]
    Streaming paths for each protocol and encryptionScheme pair
    encryption_scheme str
    Encryption scheme
    streaming_protocol str
    Streaming protocol
    paths Sequence[str]
    Streaming paths for each protocol and encryptionScheme pair
    encryptionScheme String
    Encryption scheme
    streamingProtocol String
    Streaming protocol
    paths List<String>
    Streaming paths for each protocol and encryptionScheme pair

    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.33.0 published on Friday, Mar 22, 2024 by Pulumi