get Streaming Endpoint
suspend fun getStreamingEndpoint(argument: GetStreamingEndpointPlainArgs): GetStreamingEndpointResult
Gets a streaming endpoint. Uses Azure REST API version 2022-11-01. Other available API versions: 2018-03-30-preview, 2018-06-01-preview, 2018-07-01, 2019-05-01-preview, 2020-05-01, 2021-06-01, 2021-11-01, 2022-08-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native media [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
The streaming endpoint.
Parameters
argument
null
suspend fun getStreamingEndpoint(accountName: String, resourceGroupName: String, streamingEndpointName: String): GetStreamingEndpointResult
Return
The streaming endpoint.
Parameters
account Name
The Media Services account name.
resource Group Name
The name of the resource group within the Azure subscription.
streaming Endpoint Name
The name of the streaming endpoint, maximum length is 24.
See also
suspend fun getStreamingEndpoint(argument: suspend GetStreamingEndpointPlainArgsBuilder.() -> Unit): GetStreamingEndpointResult
Return
The streaming endpoint.
Parameters
argument
Builder for com.pulumi.azurenative.media.kotlin.inputs.GetStreamingEndpointPlainArgs.