ResourceIdentityHelper.GetIdentityObjectFromType 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.
Overloads
GetIdentityObjectFromType(Boolean) | |
GetIdentityObjectFromType(Boolean, String, List<String>, ResourceIdentity) |
GetIdentityObjectFromType(Boolean)
public static Microsoft.Azure.Management.Sql.Models.ResourceIdentity GetIdentityObjectFromType (bool assignIdentityIsPresent);
static member GetIdentityObjectFromType : bool -> Microsoft.Azure.Management.Sql.Models.ResourceIdentity
Public Shared Function GetIdentityObjectFromType (assignIdentityIsPresent As Boolean) As ResourceIdentity
Parameters
- assignIdentityIsPresent
- Boolean
Returns
Applies to
GetIdentityObjectFromType(Boolean, String, List<String>, ResourceIdentity)
public static Microsoft.Azure.Management.Sql.Models.ResourceIdentity GetIdentityObjectFromType (bool assignIdentityIsPresent, string resourceIdentityType, System.Collections.Generic.List<string> userAssignedIdentities, Microsoft.Azure.Management.Sql.Models.ResourceIdentity existingResourceIdentity);
static member GetIdentityObjectFromType : bool * string * System.Collections.Generic.List<string> * Microsoft.Azure.Management.Sql.Models.ResourceIdentity -> Microsoft.Azure.Management.Sql.Models.ResourceIdentity
Public Shared Function GetIdentityObjectFromType (assignIdentityIsPresent As Boolean, resourceIdentityType As String, userAssignedIdentities As List(Of String), existingResourceIdentity As ResourceIdentity) As ResourceIdentity
Parameters
- assignIdentityIsPresent
- Boolean
- resourceIdentityType
- String
- existingResourceIdentity
- ResourceIdentity