Share via


ManagedServiceIdentity(ManagedServiceIdentityType) Constructor

Definition

Initializes a new instance of ManagedServiceIdentity.

public ManagedServiceIdentity (Azure.ResourceManager.Models.ManagedServiceIdentityType managedServiceIdentityType);
new Azure.ResourceManager.Models.ManagedServiceIdentity : Azure.ResourceManager.Models.ManagedServiceIdentityType -> Azure.ResourceManager.Models.ManagedServiceIdentity
Public Sub New (managedServiceIdentityType As ManagedServiceIdentityType)

Parameters

managedServiceIdentityType
ManagedServiceIdentityType

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

Applies to