你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomEntityStoreAssignmentRequest Class

Definition

describes the custom entity store assignment request

[Microsoft.Rest.Serialization.JsonTransformation]
public class CustomEntityStoreAssignmentRequest
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CustomEntityStoreAssignmentRequest = class
Public Class CustomEntityStoreAssignmentRequest
Inheritance
CustomEntityStoreAssignmentRequest
Attributes

Constructors

CustomEntityStoreAssignmentRequest()

Initializes a new instance of the CustomEntityStoreAssignmentRequest class.

CustomEntityStoreAssignmentRequest(String)

Initializes a new instance of the CustomEntityStoreAssignmentRequest class.

Properties

Principal

Gets or sets the principal assigned with entity store. If not provided, will use caller principal. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId]

Applies to