ArmMobileNetworkModelFactory.MobileNetworkSimPolicyData Method
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 MobileNetworkSimPolicyData.
public static Azure.ResourceManager.MobileNetwork.MobileNetworkSimPolicyData MobileNetworkSimPolicyData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkProvisioningState? provisioningState = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.MobileNetwork.Models.MobileNetworkSiteProvisioningState> siteProvisioningState = default, Azure.ResourceManager.MobileNetwork.Models.Ambr ueAmbr = default, Azure.Core.ResourceIdentifier defaultSliceId = default, int? rfspIndex = default, int? registrationTimer = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkSliceConfiguration> sliceConfigurations = default);
static member MobileNetworkSimPolicyData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkProvisioningState> * System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkSiteProvisioningState> * Azure.ResourceManager.MobileNetwork.Models.Ambr * Azure.Core.ResourceIdentifier * Nullable<int> * Nullable<int> * seq<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkSliceConfiguration> -> Azure.ResourceManager.MobileNetwork.MobileNetworkSimPolicyData
Public Shared Function MobileNetworkSimPolicyData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional provisioningState As Nullable(Of MobileNetworkProvisioningState) = Nothing, Optional siteProvisioningState As IReadOnlyDictionary(Of String, MobileNetworkSiteProvisioningState) = Nothing, Optional ueAmbr As Ambr = Nothing, Optional defaultSliceId As ResourceIdentifier = Nothing, Optional rfspIndex As Nullable(Of Integer) = Nothing, Optional registrationTimer As Nullable(Of Integer) = Nothing, Optional sliceConfigurations As IEnumerable(Of MobileNetworkSliceConfiguration) = Nothing) As MobileNetworkSimPolicyData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- provisioningState
- Nullable<MobileNetworkProvisioningState>
The provisioning state of the SIM policy resource.
- siteProvisioningState
- IReadOnlyDictionary<String,MobileNetworkSiteProvisioningState>
A dictionary of sites to the provisioning state of this SIM policy on that site.
- ueAmbr
- Ambr
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.
- defaultSliceId
- ResourceIdentifier
The default slice to use if the UE does not explicitly specify it. This slice must exist in the sliceConfigurations
map. The slice must be in the same location as the SIM policy.
RAT/Frequency Selection Priority Index, defined in 3GPP TS 36.413. This is an optional setting and by default is unspecified.
UE periodic registration update timer (5G) or UE periodic tracking area update timer (4G), in seconds.
- sliceConfigurations
- IEnumerable<MobileNetworkSliceConfiguration>
The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
Returns
A new MobileNetworkSimPolicyData instance for mocking.
Applies to
Azure SDK for .NET