SimPolicy interface
SIM policy resource.
- Extends
Properties
default |
The default slice to use if the UE does not explicitly specify it. This slice must exist in the |
provisioning |
The provisioning state of the SIM policy resource. NOTE: This property will not be serialized. It can only be populated by the server. |
registration |
UE periodic registration update timer (5G) or UE periodic tracking area update timer (4G), in seconds. |
rfsp |
RAT/Frequency Selection Priority Index, defined in 3GPP TS 36.413. This is an optional setting and by default is unspecified. |
site |
A dictionary of sites to the provisioning state of this SIM policy on that site. NOTE: This property will not be serialized. It can only be populated by the server. |
slice |
The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item. |
ue |
Aggregate maximum bit rate across all non-GBR QoS flows of all PDU sessions of a given UE. See 3GPP TS23.501 section 5.7.2.6 for a full description of the UE-AMBR. |
Inherited Properties
id | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server. |
location | The geo-location where the resource lives |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
defaultSlice
The default slice to use if the UE does not explicitly specify it. This slice must exist in the sliceConfigurations
map. The slice must be in the same location as the SIM policy.
defaultSlice: SliceResourceId
Property Value
provisioningState
The provisioning state of the SIM policy resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
registrationTimer
UE periodic registration update timer (5G) or UE periodic tracking area update timer (4G), in seconds.
registrationTimer?: number
Property Value
number
rfspIndex
RAT/Frequency Selection Priority Index, defined in 3GPP TS 36.413. This is an optional setting and by default is unspecified.
rfspIndex?: number
Property Value
number
siteProvisioningState
A dictionary of sites to the provisioning state of this SIM policy on that site. NOTE: This property will not be serialized. It can only be populated by the server.
siteProvisioningState?: {[propertyName: string]: SiteProvisioningState}
Property Value
{[propertyName: string]: SiteProvisioningState}
sliceConfigurations
The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
sliceConfigurations: SliceConfiguration[]
Property Value
ueAmbr
Aggregate maximum bit rate across all non-GBR QoS flows of all PDU sessions of a given UE. See 3GPP TS23.501 section 5.7.2.6 for a full description of the UE-AMBR.
ueAmbr: Ambr
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type