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>
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 dictionary
The following arguments are supported:
- Account
Name This property is required. Changes to this property will trigger replacement.
- The Media Services account name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group within the Azure subscription.
- Streaming
Locator Name This property is required. Changes to this property will trigger replacement.
- The Streaming Locator name.
- Account
Name This property is required. Changes to this property will trigger replacement.
- The Media Services account name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group within the Azure subscription.
- Streaming
Locator Name This property is required. Changes to this property will trigger replacement.
- The Streaming Locator name.
- account
Name This property is required. Changes to this property will trigger replacement.
- The Media Services account name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group within the Azure subscription.
- streaming
Locator Name This property is required. Changes to this property will trigger replacement.
- The Streaming Locator name.
- account
Name This property is required. Changes to this property will trigger replacement.
- The Media Services account name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group within the Azure subscription.
- streaming
Locator Name This property is required. Changes to this property will trigger replacement.
- The Streaming Locator name.
- account_
name This property is required. Changes to this property will trigger replacement.
- The Media Services account name.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group within the Azure subscription.
- streaming_
locator_ name This property is required. Changes to this property will trigger replacement.
- The Streaming Locator name.
- account
Name This property is required. Changes to this property will trigger replacement.
- The Media Services account name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group within the Azure subscription.
- streaming
Locator Name This property is required. Changes to this property will trigger replacement.
- The Streaming Locator name.
listStreamingLocatorPaths Result
The following output properties are available:
- Download
Paths List<string> - Download Paths supported by current Streaming Locator
- Streaming
Paths List<Pulumi.Azure Native. Media. Outputs. Streaming Path Response> - Streaming Paths supported by current Streaming Locator
- Download
Paths []string - Download Paths supported by current Streaming Locator
- Streaming
Paths []StreamingPath Response - Streaming Paths supported by current Streaming Locator
- download
Paths List<String> - Download Paths supported by current Streaming Locator
- streaming
Paths List<StreamingPath Response> - Streaming Paths supported by current Streaming Locator
- download
Paths string[] - Download Paths supported by current Streaming Locator
- streaming
Paths 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
- download
Paths List<String> - Download Paths supported by current Streaming Locator
- streaming
Paths List<Property Map> - Streaming Paths supported by current Streaming Locator
Supporting Types
StreamingPathResponse
- Encryption
Scheme This property is required. string - Encryption scheme
- Streaming
Protocol This property is required. string - Streaming protocol
- Paths List<string>
- Streaming paths for each protocol and encryptionScheme pair
- Encryption
Scheme This property is required. string - Encryption scheme
- Streaming
Protocol This property is required. string - Streaming protocol
- Paths []string
- Streaming paths for each protocol and encryptionScheme pair
- encryption
Scheme This property is required. String - Encryption scheme
- streaming
Protocol This property is required. String - Streaming protocol
- paths List<String>
- Streaming paths for each protocol and encryptionScheme pair
- encryption
Scheme This property is required. string - Encryption scheme
- streaming
Protocol 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
- encryption
Scheme This property is required. String - Encryption scheme
- streaming
Protocol 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