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

61 строка
4.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mobilenetwork.models.ExtendedUeInformations"
fullName: "com.azure.resourcemanager.mobilenetwork.models.ExtendedUeInformations"
name: "ExtendedUeInformations"
nameWithType: "ExtendedUeInformations"
summary: "Resource collection API of Extended<wbr>UeInformations."
syntax: "public interface **ExtendedUeInformations**"
methods:
- uid: "com.azure.resourcemanager.mobilenetwork.models.ExtendedUeInformations.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.ExtendedUeInformations.get(String resourceGroupName, String packetCoreControlPlaneName, String ueId)"
name: "get(String resourceGroupName, String packetCoreControlPlaneName, String ueId)"
nameWithType: "ExtendedUeInformations.get(String resourceGroupName, String packetCoreControlPlaneName, String ueId)"
summary: "Gets extended information about the specified UE from the packet core."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the packet core control plane."
name: "packetCoreControlPlaneName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "IMSI of a UE."
name: "ueId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ExtendedUeInfo get(String resourceGroupName, String packetCoreControlPlaneName, String ueId)"
desc: "Gets extended information about the specified UE from the packet core."
returns:
description: "extended information about the specified UE from the packet core."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.ExtendedUeInfo?alt=com.azure.resourcemanager.mobilenetwork.models.ExtendedUeInfo&text=ExtendedUeInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.ExtendedUeInformations.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.ExtendedUeInformations.getWithResponse(String resourceGroupName, String packetCoreControlPlaneName, String ueId, Context context)"
name: "getWithResponse(String resourceGroupName, String packetCoreControlPlaneName, String ueId, Context context)"
nameWithType: "ExtendedUeInformations.getWithResponse(String resourceGroupName, String packetCoreControlPlaneName, String ueId, Context context)"
summary: "Gets extended information about the specified UE from the packet core."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the packet core control plane."
name: "packetCoreControlPlaneName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "IMSI of a UE."
name: "ueId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 Response<ExtendedUeInfo> getWithResponse(String resourceGroupName, String packetCoreControlPlaneName, String ueId, Context context)"
desc: "Gets extended information about the specified UE from the packet core."
returns:
description: "extended information about the specified UE from the packet core along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mobilenetwork.models.ExtendedUeInfo?alt=com.azure.resourcemanager.mobilenetwork.models.ExtendedUeInfo&text=ExtendedUeInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of ExtendedUeInformations."
metadata: {}
package: "com.azure.resourcemanager.mobilenetwork.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0