CustomEntityStoreAssignmentRequestProperties 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
CustomEntityStoreAssignmentRequestProperties() |
Initializes a new instance of the CustomEntityStoreAssignmentRequestProperties class. |
CustomEntityStoreAssignmentRequestProperties(String) |
Initializes a new instance of the CustomEntityStoreAssignmentRequestProperties class. |
CustomEntityStoreAssignmentRequestProperties()
Initializes a new instance of the CustomEntityStoreAssignmentRequestProperties class.
public CustomEntityStoreAssignmentRequestProperties ();
Public Sub New ()
Applies to
CustomEntityStoreAssignmentRequestProperties(String)
Initializes a new instance of the CustomEntityStoreAssignmentRequestProperties class.
public CustomEntityStoreAssignmentRequestProperties (string principal = default);
new Microsoft.Azure.Management.Security.Models.CustomEntityStoreAssignmentRequestProperties : string -> Microsoft.Azure.Management.Security.Models.CustomEntityStoreAssignmentRequestProperties
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]