PacketCoreControlPlaneData Constructor
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.
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.
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
Azure SDK for .NET