다음을 통해 공유


ArmMobileNetworkModelFactory.MobileNetworkSimData Method

Definition

Initializes a new instance of MobileNetworkSimData.

public static Azure.ResourceManager.MobileNetwork.MobileNetworkSimData MobileNetworkSimData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkProvisioningState? provisioningState = default, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkSimState? simState = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.MobileNetwork.Models.MobileNetworkSiteProvisioningState> siteProvisioningState = default, string internationalMobileSubscriberIdentity = default, string integratedCircuitCardIdentifier = default, string deviceType = default, Azure.Core.ResourceIdentifier simPolicyId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MobileNetwork.Models.SimStaticIPProperties> staticIPConfiguration = default, string vendorName = default, string vendorKeyFingerprint = default, string authenticationKey = default, string operatorKeyCode = default);
static member MobileNetworkSimData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkProvisioningState> * Nullable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkSimState> * System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkSiteProvisioningState> * string * string * string * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.MobileNetwork.Models.SimStaticIPProperties> * string * string * string * string -> Azure.ResourceManager.MobileNetwork.MobileNetworkSimData
Public Shared Function MobileNetworkSimData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of MobileNetworkProvisioningState) = Nothing, Optional simState As Nullable(Of MobileNetworkSimState) = Nothing, Optional siteProvisioningState As IReadOnlyDictionary(Of String, MobileNetworkSiteProvisioningState) = Nothing, Optional internationalMobileSubscriberIdentity As String = Nothing, Optional integratedCircuitCardIdentifier As String = Nothing, Optional deviceType As String = Nothing, Optional simPolicyId As ResourceIdentifier = Nothing, Optional staticIPConfiguration As IEnumerable(Of SimStaticIPProperties) = Nothing, Optional vendorName As String = Nothing, Optional vendorKeyFingerprint As String = Nothing, Optional authenticationKey As String = Nothing, Optional operatorKeyCode As String = Nothing) As MobileNetworkSimData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

provisioningState
Nullable<MobileNetworkProvisioningState>

The provisioning state of the SIM resource.

simState
Nullable<MobileNetworkSimState>

The state of the SIM resource.

siteProvisioningState
IReadOnlyDictionary<String,MobileNetworkSiteProvisioningState>

A dictionary of sites to the provisioning state of this SIM on that site.

internationalMobileSubscriberIdentity
String

The international mobile subscriber identity (IMSI) for the SIM.

integratedCircuitCardIdentifier
String

The integrated circuit card ID (ICCID) for the SIM.

deviceType
String

An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value.

simPolicyId
ResourceIdentifier

The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM.

staticIPConfiguration
IEnumerable<SimStaticIPProperties>

A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.

vendorName
String

The name of the SIM vendor who provided this SIM, if any.

vendorKeyFingerprint
String

The public key fingerprint of the SIM vendor who provided this SIM, if any.

authenticationKey
String

The Ki value for the SIM.

operatorKeyCode
String

The Opc value for the SIM.

Returns

A new MobileNetworkSimData instance for mocking.

Applies to