Share via


CustomEntityStoreAssignment Constructors

Definition

Overloads

CustomEntityStoreAssignment()

Initializes a new instance of the CustomEntityStoreAssignment class.

CustomEntityStoreAssignment(String, String, String, SystemData, String, String)

Initializes a new instance of the CustomEntityStoreAssignment class.

CustomEntityStoreAssignment()

Initializes a new instance of the CustomEntityStoreAssignment class.

public CustomEntityStoreAssignment ();
Public Sub New ()

Applies to

CustomEntityStoreAssignment(String, String, String, SystemData, String, String)

Initializes a new instance of the CustomEntityStoreAssignment class.

public CustomEntityStoreAssignment (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Security.Models.SystemData systemData = default, string principal = default, string entityStoreDatabaseLink = default);
new Microsoft.Azure.Management.Security.Models.CustomEntityStoreAssignment : string * string * string * Microsoft.Azure.Management.Security.Models.SystemData * string * string -> Microsoft.Azure.Management.Security.Models.CustomEntityStoreAssignment
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional principal As String = Nothing, Optional entityStoreDatabaseLink As String = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

principal
String

The principal assigned with entity store. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId]

entityStoreDatabaseLink
String

The link to entity store database.

Applies to