ManagedServiceIdentity(ManagedServiceIdentityType) Constructor

Definition

Initializes a new instance of ManagedServiceIdentity.

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

Parameters

identityType
ManagedServiceIdentityType

Type of the managed identity.

Applies to