Sdílet prostřednictvím


ResourceIdentityHelper.GetIdentityObjectFromType Method

Definition

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
userAssignedIdentities
List<String>
existingResourceIdentity
ResourceIdentity

Returns

Applies to