ArmDataBoxModelFactory.DataBoxManagedIdentity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.