Share via


MobileNetworkManagedServiceIdentity Constructor

Definition

Initializes a new instance of MobileNetworkManagedServiceIdentity.

public MobileNetworkManagedServiceIdentity (Azure.ResourceManager.MobileNetwork.Models.MobileNetworkManagedServiceIdentityType identityType);
new Azure.ResourceManager.MobileNetwork.Models.MobileNetworkManagedServiceIdentity : Azure.ResourceManager.MobileNetwork.Models.MobileNetworkManagedServiceIdentityType -> Azure.ResourceManager.MobileNetwork.Models.MobileNetworkManagedServiceIdentity
Public Sub New (identityType As MobileNetworkManagedServiceIdentityType)

Parameters

identityType
MobileNetworkManagedServiceIdentityType

Type of managed service identity (currently only UserAssigned allowed).

Applies to