Share via


ArmMobileNetworkModelFactory.MobileNetworkData Method

Definition

Initializes a new instance of MobileNetworkData.

public static Azure.ResourceManager.MobileNetwork.MobileNetworkData MobileNetworkData (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.MobileNetworkManagedServiceIdentity identity = default, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkProvisioningState? provisioningState = default, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPlmnId publicLandMobileNetworkIdentifier = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MobileNetwork.Models.PublicLandMobileNetwork> publicLandMobileNetworks = default, string serviceKey = default);
static member MobileNetworkData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.MobileNetwork.Models.MobileNetworkManagedServiceIdentity * Nullable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkProvisioningState> * Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPlmnId * seq<Azure.ResourceManager.MobileNetwork.Models.PublicLandMobileNetwork> * string -> Azure.ResourceManager.MobileNetwork.MobileNetworkData
Public Shared Function MobileNetworkData (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 identity As MobileNetworkManagedServiceIdentity = Nothing, Optional provisioningState As Nullable(Of MobileNetworkProvisioningState) = Nothing, Optional publicLandMobileNetworkIdentifier As MobileNetworkPlmnId = Nothing, Optional publicLandMobileNetworks As IEnumerable(Of PublicLandMobileNetwork) = Nothing, Optional serviceKey As String = Nothing) As MobileNetworkData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

identity
MobileNetworkManagedServiceIdentity

The identity used to retrieve any private keys used for SUPI concealment from Azure key vault.

provisioningState
Nullable<MobileNetworkProvisioningState>

The provisioning state of the mobile network resource.

publicLandMobileNetworkIdentifier
MobileNetworkPlmnId

The unique public land mobile network identifier for the network. If both 'publicLandMobileNetworks' and 'publicLandMobileNetworkIdentifier' are specified, then the 'publicLandMobileNetworks' will take precedence.

publicLandMobileNetworks
IEnumerable<PublicLandMobileNetwork>

A list of public land mobile networks including their identifiers. If both 'publicLandMobileNetworks' and 'publicLandMobileNetworkIdentifier' are specified, then the 'publicLandMobileNetworks' will take precedence.

serviceKey
String

The mobile network resource identifier.

Returns

A new MobileNetworkData instance for mocking.

Applies to