UserAssignedProperties Constructors

Definition

Overloads

UserAssignedProperties()

Initializes a new instance of the UserAssignedProperties class.

UserAssignedProperties(String)

Initializes a new instance of the UserAssignedProperties class.

UserAssignedProperties()

Initializes a new instance of the UserAssignedProperties class.

public UserAssignedProperties ();
Public Sub New ()

Applies to

UserAssignedProperties(String)

Initializes a new instance of the UserAssignedProperties class.

public UserAssignedProperties (string resourceId = default);
new Microsoft.Azure.Management.DataBox.Models.UserAssignedProperties : string -> Microsoft.Azure.Management.DataBox.Models.UserAssignedProperties
Public Sub New (Optional resourceId As String = Nothing)

Parameters

resourceId
String

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

Applies to