Microsoft.MobileNetwork (stable:2024-04-01)

2025/11/24 • 85 deleted methods

AttachedDataNetworks_Delete (removed)
Description Deletes the specified attached data network.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}/attachedDataNetworks/{attachedDataNetworkName}
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
packetCoreDataPlaneName: string ,
attachedDataNetworkName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AttachedDataNetworks_Get (removed)
Description Gets information about the specified attached data network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}/attachedDataNetworks/{attachedDataNetworkName}
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
packetCoreDataPlaneName: string ,
attachedDataNetworkName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
userPlaneDataInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
dnsAddresses:
[
string ,
]
,
naptConfiguration:
{
enabled: enum ,
portRange:
{
minPort: integer ,
maxPort: integer ,
}
,
portReuseHoldTime:
{
tcp: integer ,
udp: integer ,
}
,
pinholeLimits: integer ,
pinholeTimeouts:
{
tcp: integer ,
udp: integer ,
icmp: integer ,
}
,
}
,
userEquipmentAddressPoolPrefix:
[
string ,
]
,
userEquipmentStaticAddressPoolPrefix:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AttachedDataNetworks_CreateOrUpdate (removed)
Description Creates or updates an attached data network. Must be created in the same location as its parent packet core data plane.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}/attachedDataNetworks/{attachedDataNetworkName}
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
packetCoreDataPlaneName: string ,
attachedDataNetworkName: string ,
api-version: string ,
parameters:
{
properties:
{
provisioningState: enum ,
userPlaneDataInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
dnsAddresses:
[
string ,
]
,
naptConfiguration:
{
enabled: enum ,
portRange:
{
minPort: integer ,
maxPort: integer ,
}
,
portReuseHoldTime:
{
tcp: integer ,
udp: integer ,
}
,
pinholeLimits: integer ,
pinholeTimeouts:
{
tcp: integer ,
udp: integer ,
icmp: integer ,
}
,
}
,
userEquipmentAddressPoolPrefix:
[
string ,
]
,
userEquipmentStaticAddressPoolPrefix:
[
string ,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
userPlaneDataInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
dnsAddresses:
[
string ,
]
,
naptConfiguration:
{
enabled: enum ,
portRange:
{
minPort: integer ,
maxPort: integer ,
}
,
portReuseHoldTime:
{
tcp: integer ,
udp: integer ,
}
,
pinholeLimits: integer ,
pinholeTimeouts:
{
tcp: integer ,
udp: integer ,
icmp: integer ,
}
,
}
,
userEquipmentAddressPoolPrefix:
[
string ,
]
,
userEquipmentStaticAddressPoolPrefix:
[
string ,
]
,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
userPlaneDataInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
dnsAddresses:
[
string ,
]
,
naptConfiguration:
{
enabled: enum ,
portRange:
{
minPort: integer ,
maxPort: integer ,
}
,
portReuseHoldTime:
{
tcp: integer ,
udp: integer ,
}
,
pinholeLimits: integer ,
pinholeTimeouts:
{
tcp: integer ,
udp: integer ,
icmp: integer ,
}
,
}
,
userEquipmentAddressPoolPrefix:
[
string ,
]
,
userEquipmentStaticAddressPoolPrefix:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AttachedDataNetworks_UpdateTags (removed)
Description Updates an attached data network tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}/attachedDataNetworks/{attachedDataNetworkName}
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
packetCoreDataPlaneName: string ,
attachedDataNetworkName: string ,
api-version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
userPlaneDataInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
dnsAddresses:
[
string ,
]
,
naptConfiguration:
{
enabled: enum ,
portRange:
{
minPort: integer ,
maxPort: integer ,
}
,
portReuseHoldTime:
{
tcp: integer ,
udp: integer ,
}
,
pinholeLimits: integer ,
pinholeTimeouts:
{
tcp: integer ,
udp: integer ,
icmp: integer ,
}
,
}
,
userEquipmentAddressPoolPrefix:
[
string ,
]
,
userEquipmentStaticAddressPoolPrefix:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AttachedDataNetworks_ListByPacketCoreDataPlane (removed)
Description Gets all the attached data networks associated with a packet core data plane.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}/attachedDataNetworks
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
packetCoreDataPlaneName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
userPlaneDataInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
dnsAddresses:
[
string ,
]
,
naptConfiguration:
{
enabled: enum ,
portRange:
{
minPort: integer ,
maxPort: integer ,
}
,
portReuseHoldTime:
{
tcp: integer ,
udp: integer ,
}
,
pinholeLimits: integer ,
pinholeTimeouts:
{
tcp: integer ,
udp: integer ,
icmp: integer ,
}
,
}
,
userEquipmentAddressPoolPrefix:
[
string ,
]
,
userEquipmentStaticAddressPoolPrefix:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataNetworks_Delete (removed)
Description Deletes the specified data network.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/dataNetworks/{dataNetworkName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
dataNetworkName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataNetworks_Get (removed)
Description Gets information about the specified data network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/dataNetworks/{dataNetworkName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
dataNetworkName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
description: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataNetworks_CreateOrUpdate (removed)
Description Creates or updates a data network. Must be created in the same location as its parent mobile network.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/dataNetworks/{dataNetworkName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
dataNetworkName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
description: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
description: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
description: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataNetworks_UpdateTags (removed)
Description Updates data network tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/dataNetworks/{dataNetworkName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
dataNetworkName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
description: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataNetworks_ListByMobileNetwork (removed)
Description Lists all data networks in the mobile network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/dataNetworks
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
mobileNetworkName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
description: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DiagnosticsPackages_CreateOrUpdate (removed)
Description Creates or updates a diagnostics package.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/diagnosticsPackages/{diagnosticsPackageName}
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
diagnosticsPackageName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status: enum ,
reason: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
status: enum ,
reason: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DiagnosticsPackages_Get (removed)
Description Gets information about the specified diagnostics package.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/diagnosticsPackages/{diagnosticsPackageName}
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
diagnosticsPackageName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status: enum ,
reason: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DiagnosticsPackages_Delete (removed)
Description Deletes the specified diagnostics package.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/diagnosticsPackages/{diagnosticsPackageName}
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
diagnosticsPackageName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DiagnosticsPackages_ListByPacketCoreControlPlane (removed)
Description Lists all the diagnostics packages under a packet core control plane.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/diagnosticsPackages
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
status: enum ,
reason: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
MobileNetworks_Delete (removed)
Description Deletes the specified mobile network.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
MobileNetworks_Get (removed)
Description Gets information about the specified mobile network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
publicLandMobileNetworkIdentifier:
{
mcc: string ,
mnc: string ,
}
,
publicLandMobileNetworks:
[
{
homeNetworkPublicKeys:
{
profileA:
[
{
id: integer ,
url: string ,
}
,
]
,
profileB:
[
{
id: integer ,
url: string ,
}
,
]
,
}
,
}
,
]
,
serviceKey: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
MobileNetworks_CreateOrUpdate (removed)
Description Creates or updates a mobile network.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
publicLandMobileNetworkIdentifier:
{
mcc: string ,
mnc: string ,
}
,
publicLandMobileNetworks:
[
{
homeNetworkPublicKeys:
{
profileA:
[
{
id: integer ,
url: string ,
}
,
]
,
profileB:
[
{
id: integer ,
url: string ,
}
,
]
,
}
,
}
,
]
,
serviceKey: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
publicLandMobileNetworkIdentifier:
{
mcc: string ,
mnc: string ,
}
,
publicLandMobileNetworks:
[
{
homeNetworkPublicKeys:
{
profileA:
[
{
id: integer ,
url: string ,
}
,
]
,
profileB:
[
{
id: integer ,
url: string ,
}
,
]
,
}
,
}
,
]
,
serviceKey: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
publicLandMobileNetworkIdentifier:
{
mcc: string ,
mnc: string ,
}
,
publicLandMobileNetworks:
[
{
homeNetworkPublicKeys:
{
profileA:
[
{
id: integer ,
url: string ,
}
,
]
,
profileB:
[
{
id: integer ,
url: string ,
}
,
]
,
}
,
}
,
]
,
serviceKey: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
MobileNetworks_UpdateTags (removed)
Description Updates mobile network tags and managed identity.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
parameters:
{
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
publicLandMobileNetworkIdentifier:
{
mcc: string ,
mnc: string ,
}
,
publicLandMobileNetworks:
[
{
homeNetworkPublicKeys:
{
profileA:
[
{
id: integer ,
url: string ,
}
,
]
,
profileB:
[
{
id: integer ,
url: string ,
}
,
]
,
}
,
}
,
]
,
serviceKey: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
MobileNetworks_ListBySubscription (removed)
Description Lists all the mobile networks in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/mobileNetworks
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
publicLandMobileNetworkIdentifier:
{
mcc: string ,
mnc: string ,
}
,
publicLandMobileNetworks:
[
{
homeNetworkPublicKeys:
{
profileA:
[
{
id: integer ,
url: string ,
}
,
]
,
profileB:
[
{
id: integer ,
url: string ,
}
,
]
,
}
,
}
,
]
,
serviceKey: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
MobileNetworks_ListByResourceGroup (removed)
Description Lists all the mobile networks in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
publicLandMobileNetworkIdentifier:
{
mcc: string ,
mnc: string ,
}
,
publicLandMobileNetworks:
[
{
homeNetworkPublicKeys:
{
profileA:
[
{
id: integer ,
url: string ,
}
,
]
,
profileB:
[
{
id: integer ,
url: string ,
}
,
]
,
}
,
}
,
]
,
serviceKey: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
MobileNetworks_ListSimGroups (removed)
Description Gets all the SIM groups assigned to a mobile network.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/listSimGroups
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
mobileNetworkName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
encryptionKey:
{
keyUrl: string ,
}
,
mobileNetwork:
{
id: string ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (removed)
Description Gets a list of the operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.MobileNetwork/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
isDataAction: boolean ,
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCaptures_CreateOrUpdate (removed)
Description Creates or updates a packet capture.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures/{packetCaptureName}
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
packetCaptureName: string ,
api-version: string ,
parameters:
{
properties:
{
provisioningState: enum ,
status: enum ,
reason: string ,
captureStartTime: string ,
networkInterfaces:
[
string ,
]
,
bytesToCapturePerPacket: integer ,
totalBytesPerSession: integer ,
timeLimitInSeconds: integer ,
outputFiles:
[
string ,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status: enum ,
reason: string ,
captureStartTime: string ,
networkInterfaces:
[
string ,
]
,
bytesToCapturePerPacket: integer ,
totalBytesPerSession: integer ,
timeLimitInSeconds: integer ,
outputFiles:
[
string ,
]
,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
status: enum ,
reason: string ,
captureStartTime: string ,
networkInterfaces:
[
string ,
]
,
bytesToCapturePerPacket: integer ,
totalBytesPerSession: integer ,
timeLimitInSeconds: integer ,
outputFiles:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCaptures_Get (removed)
Description Gets information about the specified packet capture session.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures/{packetCaptureName}
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
packetCaptureName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status: enum ,
reason: string ,
captureStartTime: string ,
networkInterfaces:
[
string ,
]
,
bytesToCapturePerPacket: integer ,
totalBytesPerSession: integer ,
timeLimitInSeconds: integer ,
outputFiles:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCaptures_Delete (removed)
Description Deletes the specified packet capture.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures/{packetCaptureName}
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
packetCaptureName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCaptures_Stop (removed)
Description Stop a packet capture session.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures/{packetCaptureName}/stop
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
packetCaptureName: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
status: string ,
resourceId: string ,
startTime: string ,
endTime: string ,
percentComplete: number ,
properties: object ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCaptures_ListByPacketCoreControlPlane (removed)
Description Lists all the packet capture sessions under a packet core control plane.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
status: enum ,
reason: string ,
captureStartTime: string ,
networkInterfaces:
[
string ,
]
,
bytesToCapturePerPacket: integer ,
totalBytesPerSession: integer ,
timeLimitInSeconds: integer ,
outputFiles:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreControlPlanes_Delete (removed)
Description Deletes the specified packet core control plane.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreControlPlanes_Get (removed)
Description Gets information about the specified packet core control plane.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
installation:
{
desiredState: enum ,
state: enum ,
reinstallRequired: enum ,
reasons:
[
string ,
]
,
operation:
{
id: string ,
}
,
}
,
sites:
[
{
id: string ,
}
,
]
,
platform:
{
type: enum ,
azureStackEdgeDevice:
{
id: string ,
}
,
azureStackEdgeDevices:
[
{
id: string ,
}
,
]
,
azureStackHciCluster:
{
id: string ,
}
,
connectedCluster:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
}
,
coreNetworkTechnology: enum ,
version: string ,
installedVersion: string ,
rollbackVersion: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
controlPlaneAccessVirtualIpv4Addresses:
[
string ,
]
,
sku: enum ,
ueMtu: integer ,
localDiagnosticsAccess:
{
authenticationType: enum ,
httpsServerCertificate:
{
certificateUrl: string ,
provisioning:
{
state: enum ,
reason: string ,
}
,
}
,
}
,
diagnosticsUpload:
{
storageAccountContainerUrl: string ,
}
,
eventHub:
{
id: string ,
reportingInterval: integer ,
}
,
signaling:
{
nasReroute:
{
macroMmeGroupId: integer ,
}
,
nasEncryption:
[
string ,
]
,
}
,
interopSettings: object ,
homeNetworkPrivateKeysProvisioning:
{
state: enum ,
}
,
userConsent:
{
allowSupportTelemetryAccess: boolean ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreControlPlanes_CreateOrUpdate (removed)
Description Creates or updates a packet core control plane.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
installation:
{
desiredState: enum ,
state: enum ,
reinstallRequired: enum ,
reasons:
[
string ,
]
,
operation:
{
id: string ,
}
,
}
,
sites:
[
{
id: string ,
}
,
]
,
platform:
{
type: enum ,
azureStackEdgeDevice:
{
id: string ,
}
,
azureStackEdgeDevices:
[
{
id: string ,
}
,
]
,
azureStackHciCluster:
{
id: string ,
}
,
connectedCluster:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
}
,
coreNetworkTechnology: enum ,
version: string ,
installedVersion: string ,
rollbackVersion: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
controlPlaneAccessVirtualIpv4Addresses:
[
string ,
]
,
sku: enum ,
ueMtu: integer ,
localDiagnosticsAccess:
{
authenticationType: enum ,
httpsServerCertificate:
{
certificateUrl: string ,
provisioning:
{
state: enum ,
reason: string ,
}
,
}
,
}
,
diagnosticsUpload:
{
storageAccountContainerUrl: string ,
}
,
eventHub:
{
id: string ,
reportingInterval: integer ,
}
,
signaling:
{
nasReroute:
{
macroMmeGroupId: integer ,
}
,
nasEncryption:
[
string ,
]
,
}
,
interopSettings: object ,
homeNetworkPrivateKeysProvisioning:
{
state: enum ,
}
,
userConsent:
{
allowSupportTelemetryAccess: boolean ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
installation:
{
desiredState: enum ,
state: enum ,
reinstallRequired: enum ,
reasons:
[
string ,
]
,
operation:
{
id: string ,
}
,
}
,
sites:
[
{
id: string ,
}
,
]
,
platform:
{
type: enum ,
azureStackEdgeDevice:
{
id: string ,
}
,
azureStackEdgeDevices:
[
{
id: string ,
}
,
]
,
azureStackHciCluster:
{
id: string ,
}
,
connectedCluster:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
}
,
coreNetworkTechnology: enum ,
version: string ,
installedVersion: string ,
rollbackVersion: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
controlPlaneAccessVirtualIpv4Addresses:
[
string ,
]
,
sku: enum ,
ueMtu: integer ,
localDiagnosticsAccess:
{
authenticationType: enum ,
httpsServerCertificate:
{
certificateUrl: string ,
provisioning:
{
state: enum ,
reason: string ,
}
,
}
,
}
,
diagnosticsUpload:
{
storageAccountContainerUrl: string ,
}
,
eventHub:
{
id: string ,
reportingInterval: integer ,
}
,
signaling:
{
nasReroute:
{
macroMmeGroupId: integer ,
}
,
nasEncryption:
[
string ,
]
,
}
,
interopSettings: object ,
homeNetworkPrivateKeysProvisioning:
{
state: enum ,
}
,
userConsent:
{
allowSupportTelemetryAccess: boolean ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
installation:
{
desiredState: enum ,
state: enum ,
reinstallRequired: enum ,
reasons:
[
string ,
]
,
operation:
{
id: string ,
}
,
}
,
sites:
[
{
id: string ,
}
,
]
,
platform:
{
type: enum ,
azureStackEdgeDevice:
{
id: string ,
}
,
azureStackEdgeDevices:
[
{
id: string ,
}
,
]
,
azureStackHciCluster:
{
id: string ,
}
,
connectedCluster:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
}
,
coreNetworkTechnology: enum ,
version: string ,
installedVersion: string ,
rollbackVersion: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
controlPlaneAccessVirtualIpv4Addresses:
[
string ,
]
,
sku: enum ,
ueMtu: integer ,
localDiagnosticsAccess:
{
authenticationType: enum ,
httpsServerCertificate:
{
certificateUrl: string ,
provisioning:
{
state: enum ,
reason: string ,
}
,
}
,
}
,
diagnosticsUpload:
{
storageAccountContainerUrl: string ,
}
,
eventHub:
{
id: string ,
reportingInterval: integer ,
}
,
signaling:
{
nasReroute:
{
macroMmeGroupId: integer ,
}
,
nasEncryption:
[
string ,
]
,
}
,
interopSettings: object ,
homeNetworkPrivateKeysProvisioning:
{
state: enum ,
}
,
userConsent:
{
allowSupportTelemetryAccess: boolean ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreControlPlanes_UpdateTags (removed)
Description Patch packet core control plane resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
parameters:
{
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
tags: object ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
installation:
{
desiredState: enum ,
state: enum ,
reinstallRequired: enum ,
reasons:
[
string ,
]
,
operation:
{
id: string ,
}
,
}
,
sites:
[
{
id: string ,
}
,
]
,
platform:
{
type: enum ,
azureStackEdgeDevice:
{
id: string ,
}
,
azureStackEdgeDevices:
[
{
id: string ,
}
,
]
,
azureStackHciCluster:
{
id: string ,
}
,
connectedCluster:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
}
,
coreNetworkTechnology: enum ,
version: string ,
installedVersion: string ,
rollbackVersion: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
controlPlaneAccessVirtualIpv4Addresses:
[
string ,
]
,
sku: enum ,
ueMtu: integer ,
localDiagnosticsAccess:
{
authenticationType: enum ,
httpsServerCertificate:
{
certificateUrl: string ,
provisioning:
{
state: enum ,
reason: string ,
}
,
}
,
}
,
diagnosticsUpload:
{
storageAccountContainerUrl: string ,
}
,
eventHub:
{
id: string ,
reportingInterval: integer ,
}
,
signaling:
{
nasReroute:
{
macroMmeGroupId: integer ,
}
,
nasEncryption:
[
string ,
]
,
}
,
interopSettings: object ,
homeNetworkPrivateKeysProvisioning:
{
state: enum ,
}
,
userConsent:
{
allowSupportTelemetryAccess: boolean ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreControlPlanes_ListBySubscription (removed)
Description Lists all the packet core control planes in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
installation:
{
desiredState: enum ,
state: enum ,
reinstallRequired: enum ,
reasons:
[
string ,
]
,
operation:
{
id: string ,
}
,
}
,
sites:
[
{
id: string ,
}
,
]
,
platform:
{
type: enum ,
azureStackEdgeDevice:
{
id: string ,
}
,
azureStackEdgeDevices:
[
{
id: string ,
}
,
]
,
azureStackHciCluster:
{
id: string ,
}
,
connectedCluster:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
}
,
coreNetworkTechnology: enum ,
version: string ,
installedVersion: string ,
rollbackVersion: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
controlPlaneAccessVirtualIpv4Addresses:
[
string ,
]
,
sku: enum ,
ueMtu: integer ,
localDiagnosticsAccess:
{
authenticationType: enum ,
httpsServerCertificate:
{
certificateUrl: string ,
provisioning:
{
state: enum ,
reason: string ,
}
,
}
,
}
,
diagnosticsUpload:
{
storageAccountContainerUrl: string ,
}
,
eventHub:
{
id: string ,
reportingInterval: integer ,
}
,
signaling:
{
nasReroute:
{
macroMmeGroupId: integer ,
}
,
nasEncryption:
[
string ,
]
,
}
,
interopSettings: object ,
homeNetworkPrivateKeysProvisioning:
{
state: enum ,
}
,
userConsent:
{
allowSupportTelemetryAccess: boolean ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreControlPlanes_ListByResourceGroup (removed)
Description Lists all the packet core control planes in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
installation:
{
desiredState: enum ,
state: enum ,
reinstallRequired: enum ,
reasons:
[
string ,
]
,
operation:
{
id: string ,
}
,
}
,
sites:
[
{
id: string ,
}
,
]
,
platform:
{
type: enum ,
azureStackEdgeDevice:
{
id: string ,
}
,
azureStackEdgeDevices:
[
{
id: string ,
}
,
]
,
azureStackHciCluster:
{
id: string ,
}
,
connectedCluster:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
}
,
coreNetworkTechnology: enum ,
version: string ,
installedVersion: string ,
rollbackVersion: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
controlPlaneAccessVirtualIpv4Addresses:
[
string ,
]
,
sku: enum ,
ueMtu: integer ,
localDiagnosticsAccess:
{
authenticationType: enum ,
httpsServerCertificate:
{
certificateUrl: string ,
provisioning:
{
state: enum ,
reason: string ,
}
,
}
,
}
,
diagnosticsUpload:
{
storageAccountContainerUrl: string ,
}
,
eventHub:
{
id: string ,
reportingInterval: integer ,
}
,
signaling:
{
nasReroute:
{
macroMmeGroupId: integer ,
}
,
nasEncryption:
[
string ,
]
,
}
,
interopSettings: object ,
homeNetworkPrivateKeysProvisioning:
{
state: enum ,
}
,
userConsent:
{
allowSupportTelemetryAccess: boolean ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreControlPlanes_Rollback (removed)
Description Roll back the specified packet core control plane to the previous version, "rollbackVersion". Multiple consecutive rollbacks are not possible. This action may cause a service outage.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/rollback
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
status: string ,
resourceId: string ,
startTime: string ,
endTime: string ,
percentComplete: number ,
properties: object ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreControlPlanes_Reinstall (removed)
Description Reinstall the specified packet core control plane. This action will try to restore the packet core to the installed state that was disrupted by a transient failure. This action will cause a service outage.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/reinstall
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
status: string ,
resourceId: string ,
startTime: string ,
endTime: string ,
percentComplete: number ,
properties: object ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreControlPlanes_CollectDiagnosticsPackage (removed)
Description Collect a diagnostics package for the specified packet core control plane. This action will upload the diagnostics to a storage account.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/collectDiagnosticsPackage
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
parameters:
{
storageAccountBlobUrl: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
status: string ,
resourceId: string ,
startTime: string ,
endTime: string ,
percentComplete: number ,
properties: object ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RoutingInfo_List (removed)
Description List all of the routing information for the packet core.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/routingInfo
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
controlPlaneAccessRoutes:
[
{
destination: string ,
nextHops:
[
{
address: string ,
priority: integer ,
}
,
]
,
}
,
]
,
userPlaneAccessRoutes:
[
{
destination: string ,
nextHops:
[
{
address: string ,
priority: integer ,
}
,
]
,
}
,
]
,
userPlaneDataRoutes:
[
{
attachedDataNetwork:
{
id: string ,
}
,
routes:
[
{
destination: string ,
nextHops:
[
{
address: string ,
priority: integer ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RoutingInfo_Get (removed)
Description Get the routing information for the packet core.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/routingInfo/default
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
controlPlaneAccessRoutes:
[
{
destination: string ,
nextHops:
[
{
address: string ,
priority: integer ,
}
,
]
,
}
,
]
,
userPlaneAccessRoutes:
[
{
destination: string ,
nextHops:
[
{
address: string ,
priority: integer ,
}
,
]
,
}
,
]
,
userPlaneDataRoutes:
[
{
attachedDataNetwork:
{
id: string ,
}
,
routes:
[
{
destination: string ,
nextHops:
[
{
address: string ,
priority: integer ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreControlPlaneVersions_Get (removed)
Description Gets information about the specified packet core control plane version.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
{
versionName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
platforms:
[
{
platformType: enum ,
versionState: enum ,
minimumPlatformSoftwareVersion: string ,
maximumPlatformSoftwareVersion: string ,
recommendedVersion: enum ,
obsoleteVersion: enum ,
haUpgradesAvailable:
[
string ,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreControlPlaneVersions_List (removed)
Description Lists all supported packet core control planes versions.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
platforms:
[
{
platformType: enum ,
versionState: enum ,
minimumPlatformSoftwareVersion: string ,
maximumPlatformSoftwareVersion: string ,
recommendedVersion: enum ,
obsoleteVersion: enum ,
haUpgradesAvailable:
[
string ,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreControlPlaneVersions_GetBySubscription (removed)
Description Gets information about the specified packet core control plane version.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
{
versionName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
platforms:
[
{
platformType: enum ,
versionState: enum ,
minimumPlatformSoftwareVersion: string ,
maximumPlatformSoftwareVersion: string ,
recommendedVersion: enum ,
obsoleteVersion: enum ,
haUpgradesAvailable:
[
string ,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreControlPlaneVersions_ListBySubscription (removed)
Description Lists all supported packet core control planes versions.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
platforms:
[
{
platformType: enum ,
versionState: enum ,
minimumPlatformSoftwareVersion: string ,
maximumPlatformSoftwareVersion: string ,
recommendedVersion: enum ,
obsoleteVersion: enum ,
haUpgradesAvailable:
[
string ,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreDataPlanes_Delete (removed)
Description Deletes the specified packet core data plane.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
packetCoreDataPlaneName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreDataPlanes_Get (removed)
Description Gets information about the specified packet core data plane.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
packetCoreDataPlaneName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
userPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
userPlaneAccessVirtualIpv4Addresses:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreDataPlanes_CreateOrUpdate (removed)
Description Creates or updates a packet core data plane. Must be created in the same location as its parent packet core control plane.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
packetCoreDataPlaneName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
userPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
userPlaneAccessVirtualIpv4Addresses:
[
string ,
]
,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
userPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
userPlaneAccessVirtualIpv4Addresses:
[
string ,
]
,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
userPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
userPlaneAccessVirtualIpv4Addresses:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreDataPlanes_UpdateTags (removed)
Description Updates packet core data planes tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
packetCoreDataPlaneName: string ,
parameters:
{
tags: object ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
userPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
userPlaneAccessVirtualIpv4Addresses:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreDataPlanes_ListByPacketCoreControlPlane (removed)
Description Lists all the packet core data planes associated with a packet core control plane.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
userPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
vlanId: integer ,
ipv4AddressList:
[
string ,
]
,
bfdIpv4Endpoints:
[
string ,
]
,
}
,
userPlaneAccessVirtualIpv4Addresses:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Services_Delete (removed)
Description Deletes the specified service.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/services/{serviceName}
{
resourceGroupName: string ,
mobileNetworkName: string ,
serviceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Services_Get (removed)
Description Gets information about the specified service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/services/{serviceName}
{
resourceGroupName: string ,
mobileNetworkName: string ,
serviceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
servicePrecedence: integer ,
serviceQosPolicy:
{
5qi: integer ,
allocationAndRetentionPriorityLevel: integer ,
preemptionCapability: enum ,
preemptionVulnerability: enum ,
maximumBitRate:
{
uplink: string ,
downlink: string ,
}
,
}
,
pccRules:
[
{
ruleName: string ,
rulePrecedence: integer ,
ruleQosPolicy:
{
guaranteedBitRate:
{
uplink: string ,
downlink: string ,
}
,
}
,
trafficControl: enum ,
serviceDataFlowTemplates:
[
{
templateName: string ,
direction: enum ,
protocol:
[
string ,
]
,
remoteIpList:
[
string ,
]
,
ports:
[
string ,
]
,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Services_CreateOrUpdate (removed)
Description Creates or updates a service. Must be created in the same location as its parent mobile network.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/services/{serviceName}
{
resourceGroupName: string ,
mobileNetworkName: string ,
serviceName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
servicePrecedence: integer ,
serviceQosPolicy:
{
5qi: integer ,
allocationAndRetentionPriorityLevel: integer ,
preemptionCapability: enum ,
preemptionVulnerability: enum ,
maximumBitRate:
{
uplink: string ,
downlink: string ,
}
,
}
,
pccRules:
[
{
ruleName: string ,
rulePrecedence: integer ,
ruleQosPolicy:
{
guaranteedBitRate:
{
uplink: string ,
downlink: string ,
}
,
}
,
trafficControl: enum ,
serviceDataFlowTemplates:
[
{
templateName: string ,
direction: enum ,
protocol:
[
string ,
]
,
remoteIpList:
[
string ,
]
,
ports:
[
string ,
]
,
}
,
]
,
}
,
]
,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
servicePrecedence: integer ,
serviceQosPolicy:
{
5qi: integer ,
allocationAndRetentionPriorityLevel: integer ,
preemptionCapability: enum ,
preemptionVulnerability: enum ,
maximumBitRate:
{
uplink: string ,
downlink: string ,
}
,
}
,
pccRules:
[
{
ruleName: string ,
rulePrecedence: integer ,
ruleQosPolicy:
{
guaranteedBitRate:
{
uplink: string ,
downlink: string ,
}
,
}
,
trafficControl: enum ,
serviceDataFlowTemplates:
[
{
templateName: string ,
direction: enum ,
protocol:
[
string ,
]
,
remoteIpList:
[
string ,
]
,
ports:
[
string ,
]
,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
servicePrecedence: integer ,
serviceQosPolicy:
{
5qi: integer ,
allocationAndRetentionPriorityLevel: integer ,
preemptionCapability: enum ,
preemptionVulnerability: enum ,
maximumBitRate:
{
uplink: string ,
downlink: string ,
}
,
}
,
pccRules:
[
{
ruleName: string ,
rulePrecedence: integer ,
ruleQosPolicy:
{
guaranteedBitRate:
{
uplink: string ,
downlink: string ,
}
,
}
,
trafficControl: enum ,
serviceDataFlowTemplates:
[
{
templateName: string ,
direction: enum ,
protocol:
[
string ,
]
,
remoteIpList:
[
string ,
]
,
ports:
[
string ,
]
,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Services_UpdateTags (removed)
Description Updates service tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/services/{serviceName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
serviceName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
servicePrecedence: integer ,
serviceQosPolicy:
{
5qi: integer ,
allocationAndRetentionPriorityLevel: integer ,
preemptionCapability: enum ,
preemptionVulnerability: enum ,
maximumBitRate:
{
uplink: string ,
downlink: string ,
}
,
}
,
pccRules:
[
{
ruleName: string ,
rulePrecedence: integer ,
ruleQosPolicy:
{
guaranteedBitRate:
{
uplink: string ,
downlink: string ,
}
,
}
,
trafficControl: enum ,
serviceDataFlowTemplates:
[
{
templateName: string ,
direction: enum ,
protocol:
[
string ,
]
,
remoteIpList:
[
string ,
]
,
ports:
[
string ,
]
,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Services_ListByMobileNetwork (removed)
Description Gets all the services in a mobile network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/services
{
resourceGroupName: string ,
mobileNetworkName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
servicePrecedence: integer ,
serviceQosPolicy:
{
5qi: integer ,
allocationAndRetentionPriorityLevel: integer ,
preemptionCapability: enum ,
preemptionVulnerability: enum ,
maximumBitRate:
{
uplink: string ,
downlink: string ,
}
,
}
,
pccRules:
[
{
ruleName: string ,
rulePrecedence: integer ,
ruleQosPolicy:
{
guaranteedBitRate:
{
uplink: string ,
downlink: string ,
}
,
}
,
trafficControl: enum ,
serviceDataFlowTemplates:
[
{
templateName: string ,
direction: enum ,
protocol:
[
string ,
]
,
remoteIpList:
[
string ,
]
,
ports:
[
string ,
]
,
}
,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sims_Delete (removed)
Description Deletes the specified SIM.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/sims/{simName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
simGroupName: string ,
simName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sims_Get (removed)
Description Gets information about the specified SIM.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/sims/{simName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
simGroupName: string ,
simName: string ,
}

⚐ Response (200)

{
properties:
{
authenticationKey: string ,
operatorKeyCode: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sims_CreateOrUpdate (removed)
Description Creates or updates a SIM.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/sims/{simName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
simGroupName: string ,
simName: string ,
parameters:
{
properties:
{
authenticationKey: string ,
operatorKeyCode: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
authenticationKey: string ,
operatorKeyCode: string ,
}
,
}

⚐ Response (201)

{
properties:
{
authenticationKey: string ,
operatorKeyCode: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sims_ListByGroup (removed)
Description Gets all the SIMs in a SIM group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/sims
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
simGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
authenticationKey: string ,
operatorKeyCode: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sims_BulkUpload (removed)
Description Bulk upload SIMs to a SIM group.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/uploadSims
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
simGroupName: string ,
parameters:
{
sims:
[
{
name: string ,
properties:
{
authenticationKey: string ,
operatorKeyCode: string ,
}
,
}
,
]
,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
status: string ,
resourceId: string ,
startTime: string ,
endTime: string ,
percentComplete: number ,
properties: object ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sims_BulkDelete (removed)
Description Bulk delete SIMs from a SIM group.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/deleteSims
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
simGroupName: string ,
parameters:
{
sims:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
status: string ,
resourceId: string ,
startTime: string ,
endTime: string ,
percentComplete: number ,
properties: object ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sims_BulkUploadEncrypted (removed)
Description Bulk upload SIMs in encrypted form to a SIM group. The SIM credentials must be encrypted.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/uploadEncryptedSims
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
simGroupName: string ,
parameters:
{
version: integer ,
azureKeyIdentifier: integer ,
vendorKeyFingerprint: string ,
encryptedTransportKey: string ,
signedTransportKey: string ,
sims:
[
{
name: string ,
properties:
{
encryptedCredentials: string ,
}
,
}
,
]
,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
status: string ,
resourceId: string ,
startTime: string ,
endTime: string ,
percentComplete: number ,
properties: object ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sims_Move (removed)
Description Move SIMs to another SIM Group
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/moveSims
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
simGroupName: string ,
parameters:
{
targetSimGroupId:
{
id: string ,
}
,
sims:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
status: string ,
resourceId: string ,
startTime: string ,
endTime: string ,
percentComplete: number ,
properties: object ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sims_Clone (removed)
Description Clone SIMs to another SIM Group
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/cloneSims
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
simGroupName: string ,
parameters:
{
targetSimGroupId:
{
id: string ,
}
,
sims:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
status: string ,
resourceId: string ,
startTime: string ,
endTime: string ,
percentComplete: number ,
properties: object ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimGroups_Delete (removed)
Description Deletes the specified SIM group.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
simGroupName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimGroups_Get (removed)
Description Gets information about the specified SIM group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
simGroupName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
encryptionKey:
{
keyUrl: string ,
}
,
mobileNetwork:
{
id: string ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimGroups_CreateOrUpdate (removed)
Description Creates or updates a SIM group.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
simGroupName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
encryptionKey:
{
keyUrl: string ,
}
,
mobileNetwork:
{
id: string ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
encryptionKey:
{
keyUrl: string ,
}
,
mobileNetwork:
{
id: string ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
encryptionKey:
{
keyUrl: string ,
}
,
mobileNetwork:
{
id: string ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimGroups_UpdateTags (removed)
Description Patch SIM group resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
simGroupName: string ,
parameters:
{
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
encryptionKey:
{
keyUrl: string ,
}
,
mobileNetwork:
{
id: string ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimGroups_ListBySubscription (removed)
Description Gets all the SIM groups in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/simGroups
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
encryptionKey:
{
keyUrl: string ,
}
,
mobileNetwork:
{
id: string ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimGroups_ListByResourceGroup (removed)
Description Gets all the SIM groups in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
encryptionKey:
{
keyUrl: string ,
}
,
mobileNetwork:
{
id: string ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimPolicies_Delete (removed)
Description Deletes the specified SIM policy.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/simPolicies/{simPolicyName}
{
resourceGroupName: string ,
mobileNetworkName: string ,
simPolicyName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimPolicies_Get (removed)
Description Gets information about the specified SIM policy.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/simPolicies/{simPolicyName}
{
resourceGroupName: string ,
mobileNetworkName: string ,
simPolicyName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
siteProvisioningState: object ,
ueAmbr:
{
uplink: string ,
downlink: string ,
}
,
defaultSlice:
{
id: string ,
}
,
rfspIndex: integer ,
registrationTimer: integer ,
sliceConfigurations:
[
{
slice:
{
id: string ,
}
,
defaultDataNetwork:
{
id: string ,
}
,
dataNetworkConfigurations:
[
{
dataNetwork:
{
id: string ,
}
,
sessionAmbr:
{
uplink: string ,
downlink: string ,
}
,
5qi: integer ,
allocationAndRetentionPriorityLevel: integer ,
preemptionCapability: enum ,
preemptionVulnerability: enum ,
defaultSessionType: enum ,
additionalAllowedSessionTypes:
[
string ,
]
,
allowedServices:
[
{
id: string ,
}
,
]
,
maximumNumberOfBufferedPackets: integer ,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimPolicies_CreateOrUpdate (removed)
Description Creates or updates a SIM policy. Must be created in the same location as its parent mobile network.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/simPolicies/{simPolicyName}
{
resourceGroupName: string ,
mobileNetworkName: string ,
simPolicyName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
siteProvisioningState: object ,
ueAmbr:
{
uplink: string ,
downlink: string ,
}
,
defaultSlice:
{
id: string ,
}
,
rfspIndex: integer ,
registrationTimer: integer ,
sliceConfigurations:
[
{
slice:
{
id: string ,
}
,
defaultDataNetwork:
{
id: string ,
}
,
dataNetworkConfigurations:
[
{
dataNetwork:
{
id: string ,
}
,
sessionAmbr:
{
uplink: string ,
downlink: string ,
}
,
5qi: integer ,
allocationAndRetentionPriorityLevel: integer ,
preemptionCapability: enum ,
preemptionVulnerability: enum ,
defaultSessionType: enum ,
additionalAllowedSessionTypes:
[
string ,
]
,
allowedServices:
[
{
id: string ,
}
,
]
,
maximumNumberOfBufferedPackets: integer ,
}
,
]
,
}
,
]
,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
siteProvisioningState: object ,
ueAmbr:
{
uplink: string ,
downlink: string ,
}
,
defaultSlice:
{
id: string ,
}
,
rfspIndex: integer ,
registrationTimer: integer ,
sliceConfigurations:
[
{
slice:
{
id: string ,
}
,
defaultDataNetwork:
{
id: string ,
}
,
dataNetworkConfigurations:
[
{
dataNetwork:
{
id: string ,
}
,
sessionAmbr:
{
uplink: string ,
downlink: string ,
}
,
5qi: integer ,
allocationAndRetentionPriorityLevel: integer ,
preemptionCapability: enum ,
preemptionVulnerability: enum ,
defaultSessionType: enum ,
additionalAllowedSessionTypes:
[
string ,
]
,
allowedServices:
[
{
id: string ,
}
,
]
,
maximumNumberOfBufferedPackets: integer ,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
siteProvisioningState: object ,
ueAmbr:
{
uplink: string ,
downlink: string ,
}
,
defaultSlice:
{
id: string ,
}
,
rfspIndex: integer ,
registrationTimer: integer ,
sliceConfigurations:
[
{
slice:
{
id: string ,
}
,
defaultDataNetwork:
{
id: string ,
}
,
dataNetworkConfigurations:
[
{
dataNetwork:
{
id: string ,
}
,
sessionAmbr:
{
uplink: string ,
downlink: string ,
}
,
5qi: integer ,
allocationAndRetentionPriorityLevel: integer ,
preemptionCapability: enum ,
preemptionVulnerability: enum ,
defaultSessionType: enum ,
additionalAllowedSessionTypes:
[
string ,
]
,
allowedServices:
[
{
id: string ,
}
,
]
,
maximumNumberOfBufferedPackets: integer ,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimPolicies_UpdateTags (removed)
Description Updates SIM policy tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/simPolicies/{simPolicyName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
simPolicyName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
siteProvisioningState: object ,
ueAmbr:
{
uplink: string ,
downlink: string ,
}
,
defaultSlice:
{
id: string ,
}
,
rfspIndex: integer ,
registrationTimer: integer ,
sliceConfigurations:
[
{
slice:
{
id: string ,
}
,
defaultDataNetwork:
{
id: string ,
}
,
dataNetworkConfigurations:
[
{
dataNetwork:
{
id: string ,
}
,
sessionAmbr:
{
uplink: string ,
downlink: string ,
}
,
5qi: integer ,
allocationAndRetentionPriorityLevel: integer ,
preemptionCapability: enum ,
preemptionVulnerability: enum ,
defaultSessionType: enum ,
additionalAllowedSessionTypes:
[
string ,
]
,
allowedServices:
[
{
id: string ,
}
,
]
,
maximumNumberOfBufferedPackets: integer ,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimPolicies_ListByMobileNetwork (removed)
Description Gets all the SIM policies in a mobile network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/simPolicies
{
resourceGroupName: string ,
mobileNetworkName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
siteProvisioningState: object ,
ueAmbr:
{
uplink: string ,
downlink: string ,
}
,
defaultSlice:
{
id: string ,
}
,
rfspIndex: integer ,
registrationTimer: integer ,
sliceConfigurations:
[
{
slice:
{
id: string ,
}
,
defaultDataNetwork:
{
id: string ,
}
,
dataNetworkConfigurations:
[
{
dataNetwork:
{
id: string ,
}
,
sessionAmbr:
{
uplink: string ,
downlink: string ,
}
,
5qi: integer ,
allocationAndRetentionPriorityLevel: integer ,
preemptionCapability: enum ,
preemptionVulnerability: enum ,
defaultSessionType: enum ,
additionalAllowedSessionTypes:
[
string ,
]
,
allowedServices:
[
{
id: string ,
}
,
]
,
maximumNumberOfBufferedPackets: integer ,
}
,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sites_Delete (removed)
Description Deletes the specified mobile network site. This will also delete any network functions that are a part of this site.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
siteName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sites_Get (removed)
Description Gets information about the specified mobile network site.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
siteName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
networkFunctions:
[
{
id: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sites_CreateOrUpdate (removed)
Description Creates or updates a mobile network site. Must be created in the same location as its parent mobile network.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
siteName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
networkFunctions:
[
{
id: string ,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
networkFunctions:
[
{
id: string ,
}
,
]
,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
networkFunctions:
[
{
id: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sites_UpdateTags (removed)
Description Updates site tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
siteName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
networkFunctions:
[
{
id: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sites_ListByMobileNetwork (removed)
Description Lists all sites in the mobile network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
mobileNetworkName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
networkFunctions:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sites_DeletePacketCore (removed)
Description Deletes a packet core under the specified mobile network site.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}/deletePacketCore
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
siteName: string ,
parameters:
{
packetCore:
{
id: string ,
}
,
}
,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Slices_Delete (removed)
Description Deletes the specified network slice.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/slices/{sliceName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
sliceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Slices_Get (removed)
Description Gets information about the specified network slice.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/slices/{sliceName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
sliceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
snssai:
{
sst: integer ,
sd: string ,
}
,
description: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Slices_CreateOrUpdate (removed)
Description Creates or updates a network slice. Must be created in the same location as its parent mobile network.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/slices/{sliceName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
sliceName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
snssai:
{
sst: integer ,
sd: string ,
}
,
description: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
snssai:
{
sst: integer ,
sd: string ,
}
,
description: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
snssai:
{
sst: integer ,
sd: string ,
}
,
description: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Slices_UpdateTags (removed)
Description Updates slice tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/slices/{sliceName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
mobileNetworkName: string ,
sliceName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
snssai:
{
sst: integer ,
sd: string ,
}
,
description: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Slices_ListByMobileNetwork (removed)
Description Lists all slices in the mobile network.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/slices
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
mobileNetworkName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
snssai:
{
sst: integer ,
sd: string ,
}
,
description: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ExtendedUeInformation_Get (removed)
Description Gets extended information about the specified UE from the packet core.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/ues/{ueId}/extendedInformation/default
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
packetCoreControlPlaneName: string ,
ueId: string ,
}

⚐ Response (200)

{
properties:
{
ratType: enum ,
lastReadAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
UeInformation_List (removed)
Description List all UEs and their state in a packet core.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/ues
{
subscriptionId: string ,
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
ratType: enum ,
ueState: enum ,
ueIpAddresses:
[
{
dnn: string ,
ueIpAddress:
{
ipV4Addr: string ,
}
,
}
,
]
,
lastReadAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}