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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.media.listStreamingLocatorPaths
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.89.1 published on Sunday, Mar 2, 2025 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)
public static Output<ListStreamingLocatorPathsResult> listStreamingLocatorPaths(ListStreamingLocatorPathsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:media:listStreamingLocatorPaths
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- The Media Services account name.
- ResourceGroup stringName 
- The name of the resource group within the Azure subscription.
- StreamingLocator stringName 
- The Streaming Locator name.
- AccountName string
- The Media Services account name.
- ResourceGroup stringName 
- The name of the resource group within the Azure subscription.
- StreamingLocator stringName 
- The Streaming Locator name.
- accountName String
- The Media Services account name.
- resourceGroup StringName 
- The name of the resource group within the Azure subscription.
- streamingLocator StringName 
- The Streaming Locator name.
- accountName string
- The Media Services account name.
- resourceGroup stringName 
- The name of the resource group within the Azure subscription.
- streamingLocator stringName 
- The Streaming Locator name.
- account_name str
- The Media Services account name.
- resource_group_ strname 
- The name of the resource group within the Azure subscription.
- streaming_locator_ strname 
- The Streaming Locator name.
- accountName String
- The Media Services account name.
- resourceGroup StringName 
- The name of the resource group within the Azure subscription.
- streamingLocator StringName 
- 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.Azure Native. Media. Outputs. Streaming Path Response> 
- Streaming Paths supported by current Streaming Locator
- DownloadPaths []string
- Download Paths supported by current Streaming Locator
- StreamingPaths []StreamingPath Response 
- Streaming Paths supported by current Streaming Locator
- downloadPaths List<String>
- Download Paths supported by current Streaming Locator
- streamingPaths List<StreamingPath Response> 
- Streaming Paths supported by current Streaming Locator
- downloadPaths string[]
- Download Paths supported by current Streaming Locator
- streamingPaths StreamingPath Response[] 
- Streaming Paths supported by current Streaming Locator
- download_paths Sequence[str]
- Download Paths supported by current Streaming Locator
- streaming_paths Sequence[StreamingPath Response] 
- 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
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi