DatabaseIdentityAndKeysHelper.GetDatabaseIdentity(Boolean, String[]) 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.
Gets the database identity object
public static Microsoft.Azure.Management.Sql.Models.DatabaseIdentity GetDatabaseIdentity (bool assignIdentityIsPresent, string[] userAssignedIdentities);
static member GetDatabaseIdentity : bool * string[] -> Microsoft.Azure.Management.Sql.Models.DatabaseIdentity
Public Shared Function GetDatabaseIdentity (assignIdentityIsPresent As Boolean, userAssignedIdentities As String()) As DatabaseIdentity
Parameters
- assignIdentityIsPresent
- Boolean
Flag to check if AssignIdentity flag is used in the cmdlet.
- userAssignedIdentities
- String[]
User assigned identities
Returns
Database Identity