Share via


BlueprintAssignmentCmdletBase.CreateAssignmentObject Method

Definition

Creates an assignment object to be submitted

protected Microsoft.Azure.Management.Blueprint.Models.Assignment CreateAssignmentObject (string identityType, string userAssignedIdentity, string bpLocation, string blueprintId, Microsoft.Azure.Commands.Blueprint.Models.PSLockMode? lockMode, System.Collections.Hashtable parameters, System.Collections.Hashtable resourceGroups, System.Collections.Hashtable secureStringParameters);
member this.CreateAssignmentObject : string * string * string * string * Nullable<Microsoft.Azure.Commands.Blueprint.Models.PSLockMode> * System.Collections.Hashtable * System.Collections.Hashtable * System.Collections.Hashtable -> Microsoft.Azure.Management.Blueprint.Models.Assignment
Protected Function CreateAssignmentObject (identityType As String, userAssignedIdentity As String, bpLocation As String, blueprintId As String, lockMode As Nullable(Of PSLockMode), parameters As Hashtable, resourceGroups As Hashtable, secureStringParameters As Hashtable) As Assignment

Parameters

identityType
String
userAssignedIdentity
String
bpLocation
String
blueprintId
String
lockMode
Nullable<PSLockMode>
parameters
Hashtable
resourceGroups
Hashtable
secureStringParameters
Hashtable

Returns

Applies to