azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

222 строки
12 KiB
YAML

### 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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.<wbr>azure.<wbr>resourcemanager.<wbr>mobilenetwork.<wbr>fluent.<wbr>models.<wbr>Service<wbr>Inner 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: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.ServiceInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.ServiceInner&text=ServiceInner\" data-throw-if-not-resolved=\"False\" />"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mobilenetwork.models.Service.pccRules()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.pccRules()"
name: "pccRules()"
nameWithType: "Service.pccRules()"
summary: "Gets the pcc<wbr>Rules property: The set of data flow policy rules that make up this service."
modifiers:
- "abstract"
syntax: "public abstract List<PccRuleConfiguration> pccRules()"
desc: "Gets the pccRules property: The set of data flow policy rules that make up this service."
returns:
description: "the pccRules value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PccRuleConfiguration?alt=com.azure.resourcemanager.mobilenetwork.models.PccRuleConfiguration&text=PccRuleConfiguration\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.Service.provisioningState()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.provisioningState()"
name: "provisioningState()"
nameWithType: "Service.provisioningState()"
summary: "Gets the provisioning<wbr>State 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: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.ProvisioningState?alt=com.azure.resourcemanager.mobilenetwork.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Service?alt=com.azure.resourcemanager.mobilenetwork.models.Service&text=Service\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Service refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Service?alt=com.azure.resourcemanager.mobilenetwork.models.Service&text=Service\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mobilenetwork.models.Service.servicePrecedence()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.servicePrecedence()"
name: "servicePrecedence()"
nameWithType: "Service.servicePrecedence()"
summary: "Gets the service<wbr>Precedence 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: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.Service.serviceQosPolicy()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.serviceQosPolicy()"
name: "serviceQosPolicy()"
nameWithType: "Service.serviceQosPolicy()"
summary: "Gets the service<wbr>Qos<wbr>Policy 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: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.QosPolicy?alt=com.azure.resourcemanager.mobilenetwork.models.QosPolicy&text=QosPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.Service.systemData()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Service.systemData()"
name: "systemData()"
nameWithType: "Service.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By 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: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- 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<String,String> tags()"
desc: "Gets the tags property: Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Service.Update?alt=com.azure.resourcemanager.mobilenetwork.models.Service.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
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