1. Packages
  2. Azure Native v2
  3. API Docs
  4. media
  5. listStreamingLocatorPaths
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.media.listStreamingLocatorPaths

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

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>
Copy
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]
Copy
func ListStreamingLocatorPaths(ctx *Context, args *ListStreamingLocatorPathsArgs, opts ...InvokeOption) (*ListStreamingLocatorPathsResult, error)
func ListStreamingLocatorPathsOutput(ctx *Context, args *ListStreamingLocatorPathsOutputArgs, opts ...InvokeOption) ListStreamingLocatorPathsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListStreamingLocatorPathsResult> listStreamingLocatorPaths(ListStreamingLocatorPathsArgs args, InvokeOptions options)
public static Output<ListStreamingLocatorPathsResult> listStreamingLocatorPaths(ListStreamingLocatorPathsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:media:listStreamingLocatorPaths
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountName
This property is required.
Changes to this property will trigger replacement.
string
The Media Services account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the Azure subscription.
StreamingLocatorName
This property is required.
Changes to this property will trigger replacement.
string
The Streaming Locator name.
AccountName
This property is required.
Changes to this property will trigger replacement.
string
The Media Services account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the Azure subscription.
StreamingLocatorName
This property is required.
Changes to this property will trigger replacement.
string
The Streaming Locator name.
accountName
This property is required.
Changes to this property will trigger replacement.
String
The Media Services account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group within the Azure subscription.
streamingLocatorName
This property is required.
Changes to this property will trigger replacement.
String
The Streaming Locator name.
accountName
This property is required.
Changes to this property will trigger replacement.
string
The Media Services account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the Azure subscription.
streamingLocatorName
This property is required.
Changes to this property will trigger replacement.
string
The Streaming Locator name.
account_name
This property is required.
Changes to this property will trigger replacement.
str
The Media Services account name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group within the Azure subscription.
streaming_locator_name
This property is required.
Changes to this property will trigger replacement.
str
The Streaming Locator name.
accountName
This property is required.
Changes to this property will trigger replacement.
String
The Media Services account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group within the Azure subscription.
streamingLocatorName
This property is required.
Changes to this property will trigger replacement.
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 This property is required. string
Encryption scheme
StreamingProtocol This property is required. string
Streaming protocol
Paths List<string>
Streaming paths for each protocol and encryptionScheme pair
EncryptionScheme This property is required. string
Encryption scheme
StreamingProtocol This property is required. string
Streaming protocol
Paths []string
Streaming paths for each protocol and encryptionScheme pair
encryptionScheme This property is required. String
Encryption scheme
streamingProtocol This property is required. String
Streaming protocol
paths List<String>
Streaming paths for each protocol and encryptionScheme pair
encryptionScheme This property is required. string
Encryption scheme
streamingProtocol This property is required. string
Streaming protocol
paths string[]
Streaming paths for each protocol and encryptionScheme pair
encryption_scheme This property is required. str
Encryption scheme
streaming_protocol This property is required. str
Streaming protocol
paths Sequence[str]
Streaming paths for each protocol and encryptionScheme pair
encryptionScheme This property is required. String
Encryption scheme
streamingProtocol This property is required. String
Streaming protocol
paths List<String>
Streaming paths for each protocol and encryptionScheme pair

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