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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.media.listMediaServiceEdgePolicies
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
List all the media edge policies associated with the Media Services account. Azure REST API version: 2023-01-01.
Using listMediaServiceEdgePolicies
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 listMediaServiceEdgePolicies(args: ListMediaServiceEdgePoliciesArgs, opts?: InvokeOptions): Promise<ListMediaServiceEdgePoliciesResult>
function listMediaServiceEdgePoliciesOutput(args: ListMediaServiceEdgePoliciesOutputArgs, opts?: InvokeOptions): Output<ListMediaServiceEdgePoliciesResult>def list_media_service_edge_policies(account_name: Optional[str] = None,
                                     device_id: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> ListMediaServiceEdgePoliciesResult
def list_media_service_edge_policies_output(account_name: Optional[pulumi.Input[str]] = None,
                                     device_id: Optional[pulumi.Input[str]] = None,
                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[ListMediaServiceEdgePoliciesResult]func ListMediaServiceEdgePolicies(ctx *Context, args *ListMediaServiceEdgePoliciesArgs, opts ...InvokeOption) (*ListMediaServiceEdgePoliciesResult, error)
func ListMediaServiceEdgePoliciesOutput(ctx *Context, args *ListMediaServiceEdgePoliciesOutputArgs, opts ...InvokeOption) ListMediaServiceEdgePoliciesResultOutput> Note: This function is named ListMediaServiceEdgePolicies in the Go SDK.
public static class ListMediaServiceEdgePolicies 
{
    public static Task<ListMediaServiceEdgePoliciesResult> InvokeAsync(ListMediaServiceEdgePoliciesArgs args, InvokeOptions? opts = null)
    public static Output<ListMediaServiceEdgePoliciesResult> Invoke(ListMediaServiceEdgePoliciesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListMediaServiceEdgePoliciesResult> listMediaServiceEdgePolicies(ListMediaServiceEdgePoliciesArgs args, InvokeOptions options)
public static Output<ListMediaServiceEdgePoliciesResult> listMediaServiceEdgePolicies(ListMediaServiceEdgePoliciesArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:media:listMediaServiceEdgePolicies
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- The Media Services account name.
- ResourceGroup stringName 
- The name of the resource group within the Azure subscription.
- DeviceId string
- Unique identifier of the edge device.
- AccountName string
- The Media Services account name.
- ResourceGroup stringName 
- The name of the resource group within the Azure subscription.
- DeviceId string
- Unique identifier of the edge device.
- accountName String
- The Media Services account name.
- resourceGroup StringName 
- The name of the resource group within the Azure subscription.
- deviceId String
- Unique identifier of the edge device.
- accountName string
- The Media Services account name.
- resourceGroup stringName 
- The name of the resource group within the Azure subscription.
- deviceId string
- Unique identifier of the edge device.
- account_name str
- The Media Services account name.
- resource_group_ strname 
- The name of the resource group within the Azure subscription.
- device_id str
- Unique identifier of the edge device.
- accountName String
- The Media Services account name.
- resourceGroup StringName 
- The name of the resource group within the Azure subscription.
- deviceId String
- Unique identifier of the edge device.
listMediaServiceEdgePolicies Result
The following output properties are available:
Supporting Types
EdgeUsageDataCollectionPolicyResponse     
- DataCollection stringFrequency 
- Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- DataReporting stringFrequency 
- Usage data reporting frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- EventHub Pulumi.Details Azure Native. Media. Inputs. Edge Usage Data Event Hub Response 
- Details of Event Hub where the usage will be reported.
- MaxAllowed stringUnreported Usage Duration 
- Maximum time for which the functionality of the device will not be hampered for not reporting the usage data.
- DataCollection stringFrequency 
- Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- DataReporting stringFrequency 
- Usage data reporting frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- EventHub EdgeDetails Usage Data Event Hub Response 
- Details of Event Hub where the usage will be reported.
- MaxAllowed stringUnreported Usage Duration 
- Maximum time for which the functionality of the device will not be hampered for not reporting the usage data.
- dataCollection StringFrequency 
- Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- dataReporting StringFrequency 
- Usage data reporting frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- eventHub EdgeDetails Usage Data Event Hub Response 
- Details of Event Hub where the usage will be reported.
- maxAllowed StringUnreported Usage Duration 
- Maximum time for which the functionality of the device will not be hampered for not reporting the usage data.
- dataCollection stringFrequency 
- Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- dataReporting stringFrequency 
- Usage data reporting frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- eventHub EdgeDetails Usage Data Event Hub Response 
- Details of Event Hub where the usage will be reported.
- maxAllowed stringUnreported Usage Duration 
- Maximum time for which the functionality of the device will not be hampered for not reporting the usage data.
- data_collection_ strfrequency 
- Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- data_reporting_ strfrequency 
- Usage data reporting frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- event_hub_ Edgedetails Usage Data Event Hub Response 
- Details of Event Hub where the usage will be reported.
- max_allowed_ strunreported_ usage_ duration 
- Maximum time for which the functionality of the device will not be hampered for not reporting the usage data.
- dataCollection StringFrequency 
- Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- dataReporting StringFrequency 
- Usage data reporting frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- eventHub Property MapDetails 
- Details of Event Hub where the usage will be reported.
- maxAllowed StringUnreported Usage Duration 
- Maximum time for which the functionality of the device will not be hampered for not reporting the usage data.
EdgeUsageDataEventHubResponse     
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi