MobileNetworkSimPolicyData Class

Definition

A class representing the MobileNetworkSimPolicy data model. SIM policy resource.

public class MobileNetworkSimPolicyData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.MobileNetworkSimPolicyData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.MobileNetworkSimPolicyData>
type MobileNetworkSimPolicyData = class
    inherit TrackedResourceData
    interface IJsonModel<MobileNetworkSimPolicyData>
    interface IPersistableModel<MobileNetworkSimPolicyData>
Public Class MobileNetworkSimPolicyData
Inherits TrackedResourceData
Implements IJsonModel(Of MobileNetworkSimPolicyData), IPersistableModel(Of MobileNetworkSimPolicyData)
Inheritance
MobileNetworkSimPolicyData
Implements

Constructors

MobileNetworkSimPolicyData(AzureLocation, Ambr, WritableSubResource, IEnumerable<MobileNetworkSliceConfiguration>)

Initializes a new instance of MobileNetworkSimPolicyData.

Properties

DefaultSliceId

Gets or sets Id.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The provisioning state of the SIM policy resource.

RegistrationTimer

UE periodic registration update timer (5G) or UE periodic tracking area update timer (4G), in seconds.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
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.

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.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
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.

Explicit Interface Implementations

IJsonModel<MobileNetworkSimPolicyData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MobileNetworkSimPolicyData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobileNetworkSimPolicyData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MobileNetworkSimPolicyData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MobileNetworkSimPolicyData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to