UserAssignedIdentity Constructors
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.
Overloads
UserAssignedIdentity() |
Initializes a new instance of the UserAssignedIdentity class. |
UserAssignedIdentity(Nullable<Guid>, Nullable<Guid>) |
Initializes a new instance of the UserAssignedIdentity class. |
UserAssignedIdentity()
Initializes a new instance of the UserAssignedIdentity class.
public UserAssignedIdentity ();
Public Sub New ()
Applies to
UserAssignedIdentity(Nullable<Guid>, Nullable<Guid>)
Initializes a new instance of the UserAssignedIdentity class.
public UserAssignedIdentity (Guid? principalId = default, Guid? clientId = default);
new Microsoft.Azure.Management.NetApp.Models.UserAssignedIdentity : Nullable<Guid> * Nullable<Guid> -> Microsoft.Azure.Management.NetApp.Models.UserAssignedIdentity
Public Sub New (Optional principalId As Nullable(Of Guid) = Nothing, Optional clientId As Nullable(Of Guid) = Nothing)