ArmDataBoxModelFactory.DataBoxManagedIdentity Method

Definition

public static Azure.ResourceManager.DataBox.Models.DataBoxManagedIdentity DataBoxManagedIdentity(string identityType = default, Azure.Core.ResourceIdentifier userAssignedResourceId = default);
static member DataBoxManagedIdentity : string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataBox.Models.DataBoxManagedIdentity
Public Shared Function DataBoxManagedIdentity (Optional identityType As String = Nothing, Optional userAssignedResourceId As ResourceIdentifier = Nothing) As DataBoxManagedIdentity

Parameters

identityType
String

Managed service identity type.

userAssignedResourceId
ResourceIdentifier

Arm resource id for user assigned identity to be used to fetch MSI token.

Returns

A new DataBoxManagedIdentity instance for mocking.

Applies to