We recommend using Azure Native.
Azure v6.21.0 published on Friday, Mar 7, 2025 by Pulumi
azure.mobile.getNetworkService
Explore with Pulumi AI
Get information about a Mobile Network Service.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.mobile.getNetwork({
    name: "example-mn",
    resourceGroupName: "example-rg",
});
const exampleNetworkService = new azure.mobile.NetworkService("example", {
    name: "example-mns",
    mobileNetworkId: example.then(example => example.id),
});
import pulumi
import pulumi_azure as azure
example = azure.mobile.get_network(name="example-mn",
    resource_group_name="example-rg")
example_network_service = azure.mobile.NetworkService("example",
    name="example-mns",
    mobile_network_id=example.id)
package main
import (
	"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/mobile"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		example, err := mobile.LookupNetwork(ctx, &mobile.LookupNetworkArgs{
			Name:              "example-mn",
			ResourceGroupName: "example-rg",
		}, nil)
		if err != nil {
			return err
		}
		_, err = mobile.NewNetworkService(ctx, "example", &mobile.NetworkServiceArgs{
			Name:            pulumi.String("example-mns"),
			MobileNetworkId: pulumi.String(example.Id),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() => 
{
    var example = Azure.Mobile.GetNetwork.Invoke(new()
    {
        Name = "example-mn",
        ResourceGroupName = "example-rg",
    });
    var exampleNetworkService = new Azure.Mobile.NetworkService("example", new()
    {
        Name = "example-mns",
        MobileNetworkId = example.Apply(getNetworkResult => getNetworkResult.Id),
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.mobile.MobileFunctions;
import com.pulumi.azure.mobile.inputs.GetNetworkArgs;
import com.pulumi.azure.mobile.NetworkService;
import com.pulumi.azure.mobile.NetworkServiceArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = MobileFunctions.getNetwork(GetNetworkArgs.builder()
            .name("example-mn")
            .resourceGroupName("example-rg")
            .build());
        var exampleNetworkService = new NetworkService("exampleNetworkService", NetworkServiceArgs.builder()
            .name("example-mns")
            .mobileNetworkId(example.applyValue(getNetworkResult -> getNetworkResult.id()))
            .build());
    }
}
resources:
  exampleNetworkService:
    type: azure:mobile:NetworkService
    name: example
    properties:
      name: example-mns
      mobileNetworkId: ${example.id}
variables:
  example:
    fn::invoke:
      function: azure:mobile:getNetwork
      arguments:
        name: example-mn
        resourceGroupName: example-rg
Using getNetworkService
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 getNetworkService(args: GetNetworkServiceArgs, opts?: InvokeOptions): Promise<GetNetworkServiceResult>
function getNetworkServiceOutput(args: GetNetworkServiceOutputArgs, opts?: InvokeOptions): Output<GetNetworkServiceResult>def get_network_service(mobile_network_id: Optional[str] = None,
                        name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetNetworkServiceResult
def get_network_service_output(mobile_network_id: Optional[pulumi.Input[str]] = None,
                        name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetNetworkServiceResult]func LookupNetworkService(ctx *Context, args *LookupNetworkServiceArgs, opts ...InvokeOption) (*LookupNetworkServiceResult, error)
func LookupNetworkServiceOutput(ctx *Context, args *LookupNetworkServiceOutputArgs, opts ...InvokeOption) LookupNetworkServiceResultOutput> Note: This function is named LookupNetworkService in the Go SDK.
public static class GetNetworkService 
{
    public static Task<GetNetworkServiceResult> InvokeAsync(GetNetworkServiceArgs args, InvokeOptions? opts = null)
    public static Output<GetNetworkServiceResult> Invoke(GetNetworkServiceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkServiceResult> getNetworkService(GetNetworkServiceArgs args, InvokeOptions options)
public static Output<GetNetworkServiceResult> getNetworkService(GetNetworkServiceArgs args, InvokeOptions options)
fn::invoke:
  function: azure:mobile/getNetworkService:getNetworkService
  arguments:
    # arguments dictionaryThe following arguments are supported:
- MobileNetwork stringId 
- Specifies the ID of the Mobile Network Service.
- Name string
- Specifies the name which should be used for this Mobile Network Service.
- MobileNetwork stringId 
- Specifies the ID of the Mobile Network Service.
- Name string
- Specifies the name which should be used for this Mobile Network Service.
- mobileNetwork StringId 
- Specifies the ID of the Mobile Network Service.
- name String
- Specifies the name which should be used for this Mobile Network Service.
- mobileNetwork stringId 
- Specifies the ID of the Mobile Network Service.
- name string
- Specifies the name which should be used for this Mobile Network Service.
- mobile_network_ strid 
- Specifies the ID of the Mobile Network Service.
- name str
- Specifies the name which should be used for this Mobile Network Service.
- mobileNetwork StringId 
- Specifies the ID of the Mobile Network Service.
- name String
- Specifies the name which should be used for this Mobile Network Service.
getNetworkService Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- The Azure Region where the Mobile Network Service should exist.
- MobileNetwork stringId 
- Name string
- The name of the data flow template. This must be unique within the parent data flow policy rule.
- PccRules List<GetNetwork Service Pcc Rule> 
- A pcc_ruleblock as defined below. The set of PCC Rules that make up this service.
- ServicePrecedence int
- A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- ServiceQos List<GetPolicies Network Service Service Qos Policy> 
- A service_qos_policyblock as defined below. The QoS policy to use for packets matching this service.
- Dictionary<string, string>
- A mapping of tags which should be assigned to the Mobile Network Service.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- The Azure Region where the Mobile Network Service should exist.
- MobileNetwork stringId 
- Name string
- The name of the data flow template. This must be unique within the parent data flow policy rule.
- PccRules []GetNetwork Service Pcc Rule 
- A pcc_ruleblock as defined below. The set of PCC Rules that make up this service.
- ServicePrecedence int
- A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- ServiceQos []GetPolicies Network Service Service Qos Policy 
- A service_qos_policyblock as defined below. The QoS policy to use for packets matching this service.
- map[string]string
- A mapping of tags which should be assigned to the Mobile Network Service.
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- The Azure Region where the Mobile Network Service should exist.
- mobileNetwork StringId 
- name String
- The name of the data flow template. This must be unique within the parent data flow policy rule.
- pccRules List<GetNetwork Service Pcc Rule> 
- A pcc_ruleblock as defined below. The set of PCC Rules that make up this service.
- servicePrecedence Integer
- A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- serviceQos List<GetPolicies Network Service Service Qos Policy> 
- A service_qos_policyblock as defined below. The QoS policy to use for packets matching this service.
- Map<String,String>
- A mapping of tags which should be assigned to the Mobile Network Service.
- id string
- The provider-assigned unique ID for this managed resource.
- location string
- The Azure Region where the Mobile Network Service should exist.
- mobileNetwork stringId 
- name string
- The name of the data flow template. This must be unique within the parent data flow policy rule.
- pccRules GetNetwork Service Pcc Rule[] 
- A pcc_ruleblock as defined below. The set of PCC Rules that make up this service.
- servicePrecedence number
- A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- serviceQos GetPolicies Network Service Service Qos Policy[] 
- A service_qos_policyblock as defined below. The QoS policy to use for packets matching this service.
- {[key: string]: string}
- A mapping of tags which should be assigned to the Mobile Network Service.
- id str
- The provider-assigned unique ID for this managed resource.
- location str
- The Azure Region where the Mobile Network Service should exist.
- mobile_network_ strid 
- name str
- The name of the data flow template. This must be unique within the parent data flow policy rule.
- pcc_rules Sequence[GetNetwork Service Pcc Rule] 
- A pcc_ruleblock as defined below. The set of PCC Rules that make up this service.
- service_precedence int
- A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- service_qos_ Sequence[Getpolicies Network Service Service Qos Policy] 
- A service_qos_policyblock as defined below. The QoS policy to use for packets matching this service.
- Mapping[str, str]
- A mapping of tags which should be assigned to the Mobile Network Service.
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- The Azure Region where the Mobile Network Service should exist.
- mobileNetwork StringId 
- name String
- The name of the data flow template. This must be unique within the parent data flow policy rule.
- pccRules List<Property Map>
- A pcc_ruleblock as defined below. The set of PCC Rules that make up this service.
- servicePrecedence Number
- A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- serviceQos List<Property Map>Policies 
- A service_qos_policyblock as defined below. The QoS policy to use for packets matching this service.
- Map<String>
- A mapping of tags which should be assigned to the Mobile Network Service.
Supporting Types
GetNetworkServicePccRule    
- Name string
- Specifies the name which should be used for this Mobile Network Service.
- Precedence int
- A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- QosPolicies List<GetNetwork Service Pcc Rule Qos Policy> 
- A rule_qos_policyblock as defined below. The QoS policy to use for packets matching this rule.
- ServiceData List<GetFlow Templates Network Service Pcc Rule Service Data Flow Template> 
- A service_data_flow_templateblock as defined below. The set of service data flow templates to use for this PCC rule.
- TrafficControl boolEnabled 
- Determines whether flows that match this data flow policy rule are permitted.
- Name string
- Specifies the name which should be used for this Mobile Network Service.
- Precedence int
- A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- QosPolicies []GetNetwork Service Pcc Rule Qos Policy 
- A rule_qos_policyblock as defined below. The QoS policy to use for packets matching this rule.
- ServiceData []GetFlow Templates Network Service Pcc Rule Service Data Flow Template 
- A service_data_flow_templateblock as defined below. The set of service data flow templates to use for this PCC rule.
- TrafficControl boolEnabled 
- Determines whether flows that match this data flow policy rule are permitted.
- name String
- Specifies the name which should be used for this Mobile Network Service.
- precedence Integer
- A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- qosPolicies List<GetNetwork Service Pcc Rule Qos Policy> 
- A rule_qos_policyblock as defined below. The QoS policy to use for packets matching this rule.
- serviceData List<GetFlow Templates Network Service Pcc Rule Service Data Flow Template> 
- A service_data_flow_templateblock as defined below. The set of service data flow templates to use for this PCC rule.
- trafficControl BooleanEnabled 
- Determines whether flows that match this data flow policy rule are permitted.
- name string
- Specifies the name which should be used for this Mobile Network Service.
- precedence number
- A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- qosPolicies GetNetwork Service Pcc Rule Qos Policy[] 
- A rule_qos_policyblock as defined below. The QoS policy to use for packets matching this rule.
- serviceData GetFlow Templates Network Service Pcc Rule Service Data Flow Template[] 
- A service_data_flow_templateblock as defined below. The set of service data flow templates to use for this PCC rule.
- trafficControl booleanEnabled 
- Determines whether flows that match this data flow policy rule are permitted.
- name str
- Specifies the name which should be used for this Mobile Network Service.
- precedence int
- A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- qos_policies Sequence[GetNetwork Service Pcc Rule Qos Policy] 
- A rule_qos_policyblock as defined below. The QoS policy to use for packets matching this rule.
- service_data_ Sequence[Getflow_ templates Network Service Pcc Rule Service Data Flow Template] 
- A service_data_flow_templateblock as defined below. The set of service data flow templates to use for this PCC rule.
- traffic_control_ boolenabled 
- Determines whether flows that match this data flow policy rule are permitted.
- name String
- Specifies the name which should be used for this Mobile Network Service.
- precedence Number
- A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- qosPolicies List<Property Map>
- A rule_qos_policyblock as defined below. The QoS policy to use for packets matching this rule.
- serviceData List<Property Map>Flow Templates 
- A service_data_flow_templateblock as defined below. The set of service data flow templates to use for this PCC rule.
- trafficControl BooleanEnabled 
- Determines whether flows that match this data flow policy rule are permitted.
GetNetworkServicePccRuleQosPolicy      
- AllocationAnd intRetention Priority Level 
- QoS Flow allocation and retention priority (ARP) level.
- GuaranteedBit List<GetRates Network Service Pcc Rule Qos Policy Guaranteed Bit Rate> 
- A guaranteed_bit_rateblock as defined below. The Guaranteed Bit Rate (GBR) for all service data flows that use this PCC Rule.
- MaximumBit List<GetRates Network Service Pcc Rule Qos Policy Maximum Bit Rate> 
- A maximum_bit_rateblock as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
- PreemptionCapability string
- The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- PreemptionVulnerability string
- The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- QosIndicator int
- The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- AllocationAnd intRetention Priority Level 
- QoS Flow allocation and retention priority (ARP) level.
- GuaranteedBit []GetRates Network Service Pcc Rule Qos Policy Guaranteed Bit Rate 
- A guaranteed_bit_rateblock as defined below. The Guaranteed Bit Rate (GBR) for all service data flows that use this PCC Rule.
- MaximumBit []GetRates Network Service Pcc Rule Qos Policy Maximum Bit Rate 
- A maximum_bit_rateblock as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
- PreemptionCapability string
- The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- PreemptionVulnerability string
- The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- QosIndicator int
- The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocationAnd IntegerRetention Priority Level 
- QoS Flow allocation and retention priority (ARP) level.
- guaranteedBit List<GetRates Network Service Pcc Rule Qos Policy Guaranteed Bit Rate> 
- A guaranteed_bit_rateblock as defined below. The Guaranteed Bit Rate (GBR) for all service data flows that use this PCC Rule.
- maximumBit List<GetRates Network Service Pcc Rule Qos Policy Maximum Bit Rate> 
- A maximum_bit_rateblock as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
- preemptionCapability String
- The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- preemptionVulnerability String
- The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qosIndicator Integer
- The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocationAnd numberRetention Priority Level 
- QoS Flow allocation and retention priority (ARP) level.
- guaranteedBit GetRates Network Service Pcc Rule Qos Policy Guaranteed Bit Rate[] 
- A guaranteed_bit_rateblock as defined below. The Guaranteed Bit Rate (GBR) for all service data flows that use this PCC Rule.
- maximumBit GetRates Network Service Pcc Rule Qos Policy Maximum Bit Rate[] 
- A maximum_bit_rateblock as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
- preemptionCapability string
- The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- preemptionVulnerability string
- The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qosIndicator number
- The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocation_and_ intretention_ priority_ level 
- QoS Flow allocation and retention priority (ARP) level.
- guaranteed_bit_ Sequence[Getrates Network Service Pcc Rule Qos Policy Guaranteed Bit Rate] 
- A guaranteed_bit_rateblock as defined below. The Guaranteed Bit Rate (GBR) for all service data flows that use this PCC Rule.
- maximum_bit_ Sequence[Getrates Network Service Pcc Rule Qos Policy Maximum Bit Rate] 
- A maximum_bit_rateblock as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
- preemption_capability str
- The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- preemption_vulnerability str
- The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qos_indicator int
- The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocationAnd NumberRetention Priority Level 
- QoS Flow allocation and retention priority (ARP) level.
- guaranteedBit List<Property Map>Rates 
- A guaranteed_bit_rateblock as defined below. The Guaranteed Bit Rate (GBR) for all service data flows that use this PCC Rule.
- maximumBit List<Property Map>Rates 
- A maximum_bit_rateblock as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
- preemptionCapability String
- The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- preemptionVulnerability String
- The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qosIndicator Number
- The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
GetNetworkServicePccRuleQosPolicyGuaranteedBitRate         
GetNetworkServicePccRuleQosPolicyMaximumBitRate         
GetNetworkServicePccRuleServiceDataFlowTemplate        
- Direction string
- The direction of this flow. Possible values are Uplink,DownlinkandBidirectional.
- Name string
- Specifies the name which should be used for this Mobile Network Service.
- Ports List<string>
- The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges.
- Protocols List<string>
- A list of the allowed protocol(s) for this flow.
- RemoteIp List<string>Lists 
- The remote IP address(es) to which UEs will connect for this flow.
- Direction string
- The direction of this flow. Possible values are Uplink,DownlinkandBidirectional.
- Name string
- Specifies the name which should be used for this Mobile Network Service.
- Ports []string
- The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges.
- Protocols []string
- A list of the allowed protocol(s) for this flow.
- RemoteIp []stringLists 
- The remote IP address(es) to which UEs will connect for this flow.
- direction String
- The direction of this flow. Possible values are Uplink,DownlinkandBidirectional.
- name String
- Specifies the name which should be used for this Mobile Network Service.
- ports List<String>
- The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges.
- protocols List<String>
- A list of the allowed protocol(s) for this flow.
- remoteIp List<String>Lists 
- The remote IP address(es) to which UEs will connect for this flow.
- direction string
- The direction of this flow. Possible values are Uplink,DownlinkandBidirectional.
- name string
- Specifies the name which should be used for this Mobile Network Service.
- ports string[]
- The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges.
- protocols string[]
- A list of the allowed protocol(s) for this flow.
- remoteIp string[]Lists 
- The remote IP address(es) to which UEs will connect for this flow.
- direction str
- The direction of this flow. Possible values are Uplink,DownlinkandBidirectional.
- name str
- Specifies the name which should be used for this Mobile Network Service.
- ports Sequence[str]
- The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges.
- protocols Sequence[str]
- A list of the allowed protocol(s) for this flow.
- remote_ip_ Sequence[str]lists 
- The remote IP address(es) to which UEs will connect for this flow.
- direction String
- The direction of this flow. Possible values are Uplink,DownlinkandBidirectional.
- name String
- Specifies the name which should be used for this Mobile Network Service.
- ports List<String>
- The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges.
- protocols List<String>
- A list of the allowed protocol(s) for this flow.
- remoteIp List<String>Lists 
- The remote IP address(es) to which UEs will connect for this flow.
GetNetworkServiceServiceQosPolicy     
- AllocationAnd intRetention Priority Level 
- QoS Flow allocation and retention priority (ARP) level.
- MaximumBit List<GetRates Network Service Service Qos Policy Maximum Bit Rate> 
- A maximum_bit_rateblock as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
- PreemptionCapability string
- The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- PreemptionVulnerability string
- The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- QosIndicator int
- The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- AllocationAnd intRetention Priority Level 
- QoS Flow allocation and retention priority (ARP) level.
- MaximumBit []GetRates Network Service Service Qos Policy Maximum Bit Rate 
- A maximum_bit_rateblock as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
- PreemptionCapability string
- The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- PreemptionVulnerability string
- The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- QosIndicator int
- The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocationAnd IntegerRetention Priority Level 
- QoS Flow allocation and retention priority (ARP) level.
- maximumBit List<GetRates Network Service Service Qos Policy Maximum Bit Rate> 
- A maximum_bit_rateblock as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
- preemptionCapability String
- The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- preemptionVulnerability String
- The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qosIndicator Integer
- The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocationAnd numberRetention Priority Level 
- QoS Flow allocation and retention priority (ARP) level.
- maximumBit GetRates Network Service Service Qos Policy Maximum Bit Rate[] 
- A maximum_bit_rateblock as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
- preemptionCapability string
- The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- preemptionVulnerability string
- The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qosIndicator number
- The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocation_and_ intretention_ priority_ level 
- QoS Flow allocation and retention priority (ARP) level.
- maximum_bit_ Sequence[Getrates Network Service Service Qos Policy Maximum Bit Rate] 
- A maximum_bit_rateblock as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
- preemption_capability str
- The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- preemption_vulnerability str
- The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qos_indicator int
- The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocationAnd NumberRetention Priority Level 
- QoS Flow allocation and retention priority (ARP) level.
- maximumBit List<Property Map>Rates 
- A maximum_bit_rateblock as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
- preemptionCapability String
- The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- preemptionVulnerability String
- The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qosIndicator Number
- The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
GetNetworkServiceServiceQosPolicyMaximumBitRate        
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the azurermTerraform Provider.