Microsoft.MobileNetwork (preview:2022-03-01)

2025/11/24 • 55 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 ,
}
,
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 ,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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.
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 ,
}
,
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 ,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
userPlaneDataInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: 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 ,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
userPlaneDataInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: 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 ,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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 update 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 ,
}
,
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 ,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AttachedDataNetworks_ListByPacketCoreDataPlane (removed)
Description Gets all the 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 ,
}
,
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 ,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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 mobile network dataNetwork.
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 mobile network dataNetwork.
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 ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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 mobile network dataNetwork.
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 ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
description: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
description: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataNetworks_UpdateTags (removed)
Description Update 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 ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataNetworks_ListByMobileNetwork (removed)
Description Lists all dataNetworks 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 ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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 ,
}
,
serviceKey: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ 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 ,
}
,
serviceKey: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
publicLandMobileNetworkIdentifier:
{
mcc: string ,
mnc: string ,
}
,
serviceKey: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
publicLandMobileNetworkIdentifier:
{
mcc: string ,
mnc: string ,
}
,
serviceKey: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
publicLandMobileNetworkIdentifier:
{
mcc: string ,
mnc: string ,
}
,
serviceKey: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ 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 ,
}
,
serviceKey: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
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 ,
}
,
serviceKey: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
MobileNetworks_ListSimIds (removed)
Description List sim ids under a mobile network.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
id: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (202)

{
value:
[
{
id: string ,
}
,
]
,
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.
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 ,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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.
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 ,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
networkFunctions:
[
{
id: string ,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
networkFunctions:
[
{
id: string ,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sites_UpdateTags (removed)
Description Updates a site update 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 ,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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 ,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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/sims/{simName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: 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/sims/{simName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
simName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
simState: enum ,
internationalMobileSubscriberIdentity: string ,
integratedCircuitCardIdentifier: string ,
authenticationKey: string ,
operatorKeyCode: string ,
mobileNetwork:
{
id: string ,
}
,
deviceType: string ,
simPolicy:
{
id: string ,
}
,
staticIpConfiguration:
[
{
attachedDataNetwork:
{
id: string ,
}
,
slice:
{
id: string ,
}
,
staticIp:
{
ipv4Address: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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/sims/{simName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
simName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
simState: enum ,
internationalMobileSubscriberIdentity: string ,
integratedCircuitCardIdentifier: string ,
authenticationKey: string ,
operatorKeyCode: string ,
mobileNetwork:
{
id: string ,
}
,
deviceType: string ,
simPolicy:
{
id: string ,
}
,
staticIpConfiguration:
[
{
attachedDataNetwork:
{
id: string ,
}
,
slice:
{
id: string ,
}
,
staticIp:
{
ipv4Address: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
simState: enum ,
internationalMobileSubscriberIdentity: string ,
integratedCircuitCardIdentifier: string ,
authenticationKey: string ,
operatorKeyCode: string ,
mobileNetwork:
{
id: string ,
}
,
deviceType: string ,
simPolicy:
{
id: string ,
}
,
staticIpConfiguration:
[
{
attachedDataNetwork:
{
id: string ,
}
,
slice:
{
id: string ,
}
,
staticIp:
{
ipv4Address: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
simState: enum ,
internationalMobileSubscriberIdentity: string ,
integratedCircuitCardIdentifier: string ,
authenticationKey: string ,
operatorKeyCode: string ,
mobileNetwork:
{
id: string ,
}
,
deviceType: string ,
simPolicy:
{
id: string ,
}
,
staticIpConfiguration:
[
{
attachedDataNetwork:
{
id: string ,
}
,
slice:
{
id: string ,
}
,
staticIp:
{
ipv4Address: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/sims/{simName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
simName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
simState: enum ,
internationalMobileSubscriberIdentity: string ,
integratedCircuitCardIdentifier: string ,
authenticationKey: string ,
operatorKeyCode: string ,
mobileNetwork:
{
id: string ,
}
,
deviceType: string ,
simPolicy:
{
id: string ,
}
,
staticIpConfiguration:
[
{
attachedDataNetwork:
{
id: string ,
}
,
slice:
{
id: string ,
}
,
staticIp:
{
ipv4Address: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
simState: enum ,
internationalMobileSubscriberIdentity: string ,
integratedCircuitCardIdentifier: string ,
authenticationKey: string ,
operatorKeyCode: string ,
mobileNetwork:
{
id: string ,
}
,
deviceType: string ,
simPolicy:
{
id: string ,
}
,
staticIpConfiguration:
[
{
attachedDataNetwork:
{
id: string ,
}
,
slice:
{
id: string ,
}
,
staticIp:
{
ipv4Address: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
simState: enum ,
internationalMobileSubscriberIdentity: string ,
integratedCircuitCardIdentifier: string ,
authenticationKey: string ,
operatorKeyCode: string ,
mobileNetwork:
{
id: string ,
}
,
deviceType: string ,
simPolicy:
{
id: string ,
}
,
staticIpConfiguration:
[
{
attachedDataNetwork:
{
id: string ,
}
,
slice:
{
id: string ,
}
,
staticIp:
{
ipv4Address: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
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 ,
}
,
]
,
}
,
}
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 ,
mobileNetwork:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
coreNetworkTechnology: enum ,
version: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
}
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}
{
resourceGroupName: string ,
packetCoreControlPlaneName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
mobileNetwork:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
coreNetworkTechnology: enum ,
version: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
}
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
mobileNetwork:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
coreNetworkTechnology: enum ,
version: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
}
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
mobileNetwork:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
coreNetworkTechnology: enum ,
version: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
}
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
mobileNetwork:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
coreNetworkTechnology: enum ,
version: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
}
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
mobileNetwork:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
coreNetworkTechnology: enum ,
version: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
}
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
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 packetCoreControlPlanes 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 ,
mobileNetwork:
{
id: string ,
}
,
customLocation:
{
id: string ,
}
,
coreNetworkTechnology: enum ,
version: string ,
controlPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
}
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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 ,
}
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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 PacketCoreDataPlane.
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 ,
}
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
userPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
}
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
userPlaneAccessInterface:
{
name: string ,
ipv4Address: string ,
ipv4Subnet: string ,
ipv4Gateway: string ,
}
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreDataPlanes_UpdateTags (removed)
Description Updates a PacketCoreDataPlane update 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 ,
}
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PacketCoreDataPlanes_ListByPacketCoreControlPlane (removed)
Description Lists all the packetCoreDataPlanes associated with a packetCoreControlPlane.
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 ,
}
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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 ,
]
,
}
,
]
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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.
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 ,
]
,
}
,
]
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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 ,
]
,
}
,
]
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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 ,
]
,
}
,
]
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Services_UpdateTags (removed)
Description Update 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 ,
]
,
}
,
]
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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 ,
]
,
}
,
]
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
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 ,
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 ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimPolicies_CreateOrUpdate (removed)
Description Creates or updates a SimPolicy.
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 ,
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 ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
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 ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
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 ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimPolicies_UpdateTags (removed)
Description Update 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 ,
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 ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimPolicies_ListByMobileNetwork (removed)
Description Gets all the simPolicies 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 ,
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 ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Slices_Delete (removed)
Description Deletes the specified mobile 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 mobile 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 ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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 mobile network slice.
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 ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
snssai:
{
sst: integer ,
sd: string ,
}
,
description: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
snssai:
{
sst: integer ,
sd: string ,
}
,
description: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Slices_UpdateTags (removed)
Description Update 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 ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: 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 ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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