CustomEntityStoreAssignmentRequest 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
CustomEntityStoreAssignmentRequest() |
Initializes a new instance of the CustomEntityStoreAssignmentRequest class. |
CustomEntityStoreAssignmentRequest(String) |
Initializes a new instance of the CustomEntityStoreAssignmentRequest class. |
CustomEntityStoreAssignmentRequest()
Initializes a new instance of the CustomEntityStoreAssignmentRequest class.
public CustomEntityStoreAssignmentRequest ();
Public Sub New ()
Applies to
CustomEntityStoreAssignmentRequest(String)
Initializes a new instance of the CustomEntityStoreAssignmentRequest class.
public CustomEntityStoreAssignmentRequest (string principal = default);
new Microsoft.Azure.Management.Security.Models.CustomEntityStoreAssignmentRequest : string -> Microsoft.Azure.Management.Security.Models.CustomEntityStoreAssignmentRequest
Public Sub New (Optional principal As String = Nothing)
Parameters
- principal
- String
The principal assigned with entity store. If not provided, will use caller principal. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId]