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.47.1 published on Monday, Jun 24, 2024 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.47.1 published on Monday, Jun 24, 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:
- Account
Name string - The Media Services account name.
- Resource
Group stringName - The name of the resource group within the Azure subscription.
- Streaming
Locator stringName - The Streaming Locator name.
- Account
Name string - The Media Services account name.
- Resource
Group stringName - The name of the resource group within the Azure subscription.
- Streaming
Locator stringName - The Streaming Locator name.
- account
Name String - The Media Services account name.
- resource
Group StringName - The name of the resource group within the Azure subscription.
- streaming
Locator StringName - The Streaming Locator name.
- account
Name string - The Media Services account name.
- resource
Group stringName - The name of the resource group within the Azure subscription.
- streaming
Locator 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.
- account
Name String - The Media Services account name.
- resource
Group StringName - The name of the resource group within the Azure subscription.
- streaming
Locator StringName - 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 string - Encryption scheme
- Streaming
Protocol string - Streaming protocol
- Paths List<string>
- Streaming paths for each protocol and encryptionScheme pair
- Encryption
Scheme string - Encryption scheme
- Streaming
Protocol string - Streaming protocol
- Paths []string
- Streaming paths for each protocol and encryptionScheme pair
- encryption
Scheme String - Encryption scheme
- streaming
Protocol String - Streaming protocol
- paths List<String>
- Streaming paths for each protocol and encryptionScheme pair
- encryption
Scheme string - Encryption scheme
- streaming
Protocol 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
- encryption
Scheme String - Encryption scheme
- streaming
Protocol 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.47.1 published on Monday, Jun 24, 2024 by Pulumi