These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.media.listMediaServiceKeys
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Lists the keys for a Media Service. API Version: 2015-10-01.
Using listMediaServiceKeys
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 listMediaServiceKeys(args: ListMediaServiceKeysArgs, opts?: InvokeOptions): Promise<ListMediaServiceKeysResult>
function listMediaServiceKeysOutput(args: ListMediaServiceKeysOutputArgs, opts?: InvokeOptions): Output<ListMediaServiceKeysResult>
def list_media_service_keys(media_service_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListMediaServiceKeysResult
def list_media_service_keys_output(media_service_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListMediaServiceKeysResult]
func ListMediaServiceKeys(ctx *Context, args *ListMediaServiceKeysArgs, opts ...InvokeOption) (*ListMediaServiceKeysResult, error)
func ListMediaServiceKeysOutput(ctx *Context, args *ListMediaServiceKeysOutputArgs, opts ...InvokeOption) ListMediaServiceKeysResultOutput
> Note: This function is named ListMediaServiceKeys
in the Go SDK.
public static class ListMediaServiceKeys
{
public static Task<ListMediaServiceKeysResult> InvokeAsync(ListMediaServiceKeysArgs args, InvokeOptions? opts = null)
public static Output<ListMediaServiceKeysResult> Invoke(ListMediaServiceKeysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListMediaServiceKeysResult> listMediaServiceKeys(ListMediaServiceKeysArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:media:listMediaServiceKeys
arguments:
# arguments dictionary
The following arguments are supported:
- Media
Service stringName - Name of the Media Service.
- Resource
Group stringName - Name of the resource group within the Azure subscription.
- Media
Service stringName - Name of the Media Service.
- Resource
Group stringName - Name of the resource group within the Azure subscription.
- media
Service StringName - Name of the Media Service.
- resource
Group StringName - Name of the resource group within the Azure subscription.
- media
Service stringName - Name of the Media Service.
- resource
Group stringName - Name of the resource group within the Azure subscription.
- media_
service_ strname - Name of the Media Service.
- resource_
group_ strname - Name of the resource group within the Azure subscription.
- media
Service StringName - Name of the Media Service.
- resource
Group StringName - Name of the resource group within the Azure subscription.
listMediaServiceKeys Result
The following output properties are available:
- Primary
Auth stringEndpoint - The primary authorization endpoint.
- Primary
Key string - The primary key for the Media Service resource.
- Scope string
- The authorization scope.
- Secondary
Auth stringEndpoint - The secondary authorization endpoint.
- Secondary
Key string - The secondary key for the Media Service resource.
- Primary
Auth stringEndpoint - The primary authorization endpoint.
- Primary
Key string - The primary key for the Media Service resource.
- Scope string
- The authorization scope.
- Secondary
Auth stringEndpoint - The secondary authorization endpoint.
- Secondary
Key string - The secondary key for the Media Service resource.
- primary
Auth StringEndpoint - The primary authorization endpoint.
- primary
Key String - The primary key for the Media Service resource.
- scope String
- The authorization scope.
- secondary
Auth StringEndpoint - The secondary authorization endpoint.
- secondary
Key String - The secondary key for the Media Service resource.
- primary
Auth stringEndpoint - The primary authorization endpoint.
- primary
Key string - The primary key for the Media Service resource.
- scope string
- The authorization scope.
- secondary
Auth stringEndpoint - The secondary authorization endpoint.
- secondary
Key string - The secondary key for the Media Service resource.
- primary_
auth_ strendpoint - The primary authorization endpoint.
- primary_
key str - The primary key for the Media Service resource.
- scope str
- The authorization scope.
- secondary_
auth_ strendpoint - The secondary authorization endpoint.
- secondary_
key str - The secondary key for the Media Service resource.
- primary
Auth StringEndpoint - The primary authorization endpoint.
- primary
Key String - The primary key for the Media Service resource.
- scope String
- The authorization scope.
- secondary
Auth StringEndpoint - The secondary authorization endpoint.
- secondary
Key String - The secondary key for the Media Service resource.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi