azure-native.media.listMediaServiceEdgePolicies
Explore with Pulumi AI
List all the media edge policies associated with the Media Services account.
Uses Azure REST API version 2023-01-01.
Other available API versions: 2018-07-01, 2020-05-01, 2021-05-01, 2021-06-01, 2021-11-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 for details.
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 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.
- Device
Id string - Unique identifier of the edge device.
- Account
Name string - The Media Services account name.
- Resource
Group stringName - The name of the resource group within the Azure subscription.
- Device
Id string - Unique identifier of the edge device.
- account
Name String - The Media Services account name.
- resource
Group StringName - The name of the resource group within the Azure subscription.
- device
Id String - Unique identifier of the edge device.
- account
Name string - The Media Services account name.
- resource
Group stringName - The name of the resource group within the Azure subscription.
- device
Id 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.
- account
Name String - The Media Services account name.
- resource
Group StringName - The name of the resource group within the Azure subscription.
- device
Id String - Unique identifier of the edge device.
listMediaServiceEdgePolicies Result
The following output properties are available:
Supporting Types
EdgeUsageDataCollectionPolicyResponse
- Data
Collection stringFrequency - Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- Data
Reporting stringFrequency - Usage data reporting frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- Event
Hub Pulumi.Details Azure Native. Media. Inputs. Edge Usage Data Event Hub Response - Details of Event Hub where the usage will be reported.
- Max
Allowed stringUnreported Usage Duration - Maximum time for which the functionality of the device will not be hampered for not reporting the usage data.
- Data
Collection stringFrequency - Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- Data
Reporting stringFrequency - 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 stringUnreported Usage Duration - Maximum time for which the functionality of the device will not be hampered for not reporting the usage data.
- data
Collection StringFrequency - Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- data
Reporting StringFrequency - 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 StringUnreported Usage Duration - Maximum time for which the functionality of the device will not be hampered for not reporting the usage data.
- data
Collection stringFrequency - Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- data
Reporting stringFrequency - 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 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.
- data
Collection StringFrequency - Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- data
Reporting StringFrequency - Usage data reporting frequency in ISO 8601 duration format e.g. PT10M , PT5H.
- event
Hub Property MapDetails - Details of Event Hub where the usage will be reported.
- max
Allowed 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