### YamlMime:JavaType uid: "com.azure.resourcemanager.mobilenetwork.models.Service" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service" name: "Service" nameWithType: "Service" summary: "An immutable client-side representation of Service." syntax: "public interface **Service**" methods: - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.id()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.id()" name: "id()" nameWithType: "Service.id()" summary: "Gets the id property: Fully qualified resource Id for the resource." modifiers: - "abstract" syntax: "public abstract String id()" desc: "Gets the id property: Fully qualified resource Id for the resource." returns: description: "the id value." type: "String" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.innerModel()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.innerModel()" name: "innerModel()" nameWithType: "Service.innerModel()" summary: "Gets the inner com.azure.resourcemanager.mobilenetwork.fluent.models.ServiceInner object." modifiers: - "abstract" syntax: "public abstract ServiceInner innerModel()" desc: "Gets the inner com.azure.resourcemanager.mobilenetwork.fluent.models.ServiceInner object." returns: description: "the inner object." type: "" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.location()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.location()" name: "location()" nameWithType: "Service.location()" summary: "Gets the location property: The geo-location where the resource lives." modifiers: - "abstract" syntax: "public abstract String location()" desc: "Gets the location property: The geo-location where the resource lives." returns: description: "the location value." type: "String" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.name()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.name()" name: "name()" nameWithType: "Service.name()" summary: "Gets the name property: The name of the resource." modifiers: - "abstract" syntax: "public abstract String name()" desc: "Gets the name property: The name of the resource." returns: description: "the name value." type: "String" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.pccRules()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.pccRules()" name: "pccRules()" nameWithType: "Service.pccRules()" summary: "Gets the pccRules property: The set of data flow policy rules that make up this service." modifiers: - "abstract" syntax: "public abstract List pccRules()" desc: "Gets the pccRules property: The set of data flow policy rules that make up this service." returns: description: "the pccRules value." type: "List<>" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.provisioningState()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.provisioningState()" name: "provisioningState()" nameWithType: "Service.provisioningState()" summary: "Gets the provisioningState property: The provisioning state of the service resource." modifiers: - "abstract" syntax: "public abstract ProvisioningState provisioningState()" desc: "Gets the provisioningState property: The provisioning state of the service resource." returns: description: "the provisioningState value." type: "" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.refresh()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.refresh()" name: "refresh()" nameWithType: "Service.refresh()" summary: "Refreshes the resource to sync with Azure." modifiers: - "abstract" syntax: "public abstract Service refresh()" desc: "Refreshes the resource to sync with Azure." returns: description: "the refreshed resource." type: "" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.refresh(com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.refresh(Context context)" name: "refresh(Context context)" nameWithType: "Service.refresh(Context context)" summary: "Refreshes the resource to sync with Azure." modifiers: - "abstract" parameters: - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Service refresh(Context context)" desc: "Refreshes the resource to sync with Azure." returns: description: "the refreshed resource." type: "" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.region()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.region()" name: "region()" nameWithType: "Service.region()" summary: "Gets the region of the resource." modifiers: - "abstract" syntax: "public abstract Region region()" desc: "Gets the region of the resource." returns: description: "the region of the resource." type: "" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.regionName()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.regionName()" name: "regionName()" nameWithType: "Service.regionName()" summary: "Gets the name of the resource region." modifiers: - "abstract" syntax: "public abstract String regionName()" desc: "Gets the name of the resource region." returns: description: "the name of the resource region." type: "String" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.resourceGroupName()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.resourceGroupName()" name: "resourceGroupName()" nameWithType: "Service.resourceGroupName()" summary: "Gets the name of the resource group." modifiers: - "abstract" syntax: "public abstract String resourceGroupName()" desc: "Gets the name of the resource group." returns: description: "the name of the resource group." type: "String" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.servicePrecedence()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.servicePrecedence()" name: "servicePrecedence()" nameWithType: "Service.servicePrecedence()" summary: "Gets the servicePrecedence property: A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM." modifiers: - "abstract" syntax: "public abstract int servicePrecedence()" desc: "Gets the servicePrecedence property: 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. This value should be unique among all services configured in the mobile network." returns: description: "the servicePrecedence value." type: "" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.serviceQosPolicy()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.serviceQosPolicy()" name: "serviceQosPolicy()" nameWithType: "Service.serviceQosPolicy()" summary: "Gets the serviceQosPolicy property: The QoS policy to use for packets matching this service." modifiers: - "abstract" syntax: "public abstract QosPolicy serviceQosPolicy()" desc: "Gets the serviceQosPolicy property: The QoS policy to use for packets matching this service. This can be overridden for particular flows using the ruleQosPolicy field in a PccRuleConfiguration. If this field is null then the UE's SIM policy will define the QoS settings." returns: description: "the serviceQosPolicy value." type: "" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.systemData()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.systemData()" name: "systemData()" nameWithType: "Service.systemData()" summary: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information." modifiers: - "abstract" syntax: "public abstract SystemData systemData()" desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information." returns: description: "the systemData value." type: "" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.tags()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.tags()" name: "tags()" nameWithType: "Service.tags()" summary: "Gets the tags property: Resource tags." modifiers: - "abstract" syntax: "public abstract Map tags()" desc: "Gets the tags property: Resource tags." returns: description: "the tags value." type: "Map<String,String>" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.type()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.type()" name: "type()" nameWithType: "Service.type()" summary: "Gets the type property: The type of the resource." modifiers: - "abstract" syntax: "public abstract String type()" desc: "Gets the type property: The type of the resource." returns: description: "the type value." type: "String" - uid: "com.azure.resourcemanager.mobilenetwork.models.Service.update()" fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.update()" name: "update()" nameWithType: "Service.update()" summary: "Begins update for the Service resource." modifiers: - "abstract" syntax: "public abstract Service.Update update()" desc: "Begins update for the Service resource." returns: description: "the stage of resource update." type: "" type: "interface" desc: "An immutable client-side representation of Service." metadata: {} package: "com.azure.resourcemanager.mobilenetwork.models" artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0