Share via


PacketCoreControlPlaneData Constructor

Definition

Initializes a new instance of PacketCoreControlPlaneData.

public PacketCoreControlPlaneData (Azure.Core.AzureLocation location, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> sites, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPlatformConfiguration platform, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInterfaceProperties controlPlaneAccessInterface, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkBillingSku sku, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkLocalDiagnosticsAccessConfiguration localDiagnosticsAccess);
new Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneData : Azure.Core.AzureLocation * seq<Azure.ResourceManager.Resources.Models.WritableSubResource> * Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPlatformConfiguration * Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInterfaceProperties * Azure.ResourceManager.MobileNetwork.Models.MobileNetworkBillingSku * Azure.ResourceManager.MobileNetwork.Models.MobileNetworkLocalDiagnosticsAccessConfiguration -> Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneData
Public Sub New (location As AzureLocation, sites As IEnumerable(Of WritableSubResource), platform As MobileNetworkPlatformConfiguration, controlPlaneAccessInterface As MobileNetworkInterfaceProperties, sku As MobileNetworkBillingSku, localDiagnosticsAccess As MobileNetworkLocalDiagnosticsAccessConfiguration)

Parameters

location
AzureLocation

The location.

sites
IEnumerable<WritableSubResource>

Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane.

platform
MobileNetworkPlatformConfiguration

The platform where the packet core is deployed.

controlPlaneAccessInterface
MobileNetworkInterfaceProperties

The control plane interface on the access network. For 5G networks, this is the N2 interface. For 4G networks, this is the S1-MME interface.

sku
MobileNetworkBillingSku

The SKU defining the throughput and SIM allowances for this packet core control plane deployment.

localDiagnosticsAccess
MobileNetworkLocalDiagnosticsAccessConfiguration

The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.

Exceptions

sites, platform, controlPlaneAccessInterface or localDiagnosticsAccess is null.

Applies to