Share via


ArmMobileNetworkModelFactory.MobileNetworkSimGroupData Method

Definition

Initializes a new instance of MobileNetworkSimGroupData.

public static Azure.ResourceManager.MobileNetwork.MobileNetworkSimGroupData MobileNetworkSimGroupData (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 userAssignedIdentity = default, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkProvisioningState? provisioningState = default, Uri keyUri = default, Azure.Core.ResourceIdentifier mobileNetworkId = default);
static member MobileNetworkSimGroupData : 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> * Uri * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MobileNetwork.MobileNetworkSimGroupData
Public Shared Function MobileNetworkSimGroupData (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 userAssignedIdentity As MobileNetworkManagedServiceIdentity = Nothing, Optional provisioningState As Nullable(Of MobileNetworkProvisioningState) = Nothing, Optional keyUri As Uri = Nothing, Optional mobileNetworkId As ResourceIdentifier = Nothing) As MobileNetworkSimGroupData

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.

userAssignedIdentity
MobileNetworkManagedServiceIdentity

The identity used to retrieve the encryption key from Azure key vault.

provisioningState
Nullable<MobileNetworkProvisioningState>

The provisioning state of the SIM group resource.

keyUri
Uri

A key to encrypt the SIM data that belongs to this SIM group.

mobileNetworkId
ResourceIdentifier

Mobile network that this SIM group belongs to. The mobile network must be in the same location as the SIM group.

Returns

A new MobileNetworkSimGroupData instance for mocking.

Applies to