MobileAttachedDataNetworkData Class

Definition

A class representing the MobileAttachedDataNetwork data model. Attached data network resource. Must be created in the same location as its parent packet core data plane.

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

Constructors

MobileAttachedDataNetworkData(AzureLocation, MobileNetworkInterfaceProperties, IEnumerable<String>)

Initializes a new instance of MobileAttachedDataNetworkData.

Properties

DnsAddresses

The DNS servers to signal to UEs to use for this attached data network. This configuration is mandatory - if you don't want DNS servers, you must provide an empty array.

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)
NaptConfiguration

The network address and port translation (NAPT) configuration. If this is not specified, the attached data network will use a default NAPT configuration with NAPT enabled.

ProvisioningState

The provisioning state of the attached data network resource.

ResourceType

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

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
UserEquipmentAddressPoolPrefix

The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will dynamically assign IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. You must define at least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix. If you define both, they must be of the same size.

UserEquipmentStaticAddressPoolPrefix

The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will assign static IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. The static IP address for a specific UE is set in StaticIPConfiguration on the corresponding SIM resource. At least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix must be defined. If both are defined, they must be of the same size.

UserPlaneDataInterface

The user plane interface on the data network. For 5G networks, this is the N6 interface. For 4G networks, this is the SGi interface.

Explicit Interface Implementations

IJsonModel<MobileAttachedDataNetworkData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MobileAttachedDataNetworkData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobileAttachedDataNetworkData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MobileAttachedDataNetworkData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MobileAttachedDataNetworkData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to