SimPolicyPropertiesFormat Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SIM policy properties. Must be created in the same location as its parent mobile network.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SimPolicyPropertiesFormatTypeConverter))]
public class SimPolicyPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISimPolicyPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SimPolicyPropertiesFormatTypeConverter))>]
type SimPolicyPropertiesFormat = class
interface ISimPolicyPropertiesFormat
interface IJsonSerializable
Public Class SimPolicyPropertiesFormat
Implements ISimPolicyPropertiesFormat
- Inheritance
-
SimPolicyPropertiesFormat
- Attributes
- Implements
Constructors
SimPolicyPropertiesFormat() |
Creates an new SimPolicyPropertiesFormat instance. |
Properties
DefaultSlouseId |
Slice resource ID. |
ProvisioningState |
The provisioning state of the SIM policy resource. |
RegistrationTimer |
Interval for the UE periodic registration update procedure, in seconds. |
RfspIndex |
RAT/Frequency Selection Priority Index, defined in 3GPP TS 36.413. This is an optional setting and by default is unspecified. |
SiteProvisioningState |
A dictionary of sites to the provisioning state of this SIM policy on that site. |
SliceConfiguration |
The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item. |
UeAmbrDownlink |
Downlink bit rate. |
UeAmbrUplink |
Uplink bit rate. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SimPolicyPropertiesFormat. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SimPolicyPropertiesFormat. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISimPolicyPropertiesFormat. |
FromJsonString(String) |
Creates a new instance of SimPolicyPropertiesFormat, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SimPolicyPropertiesFormat into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |