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