CustomEntityStoreAssignmentCreateOrUpdateContent Class
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.
describes the custom entity store assignment request.
public class CustomEntityStoreAssignmentCreateOrUpdateContent
public class CustomEntityStoreAssignmentCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.CustomEntityStoreAssignmentCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.CustomEntityStoreAssignmentCreateOrUpdateContent>
type CustomEntityStoreAssignmentCreateOrUpdateContent = class
type CustomEntityStoreAssignmentCreateOrUpdateContent = class
interface IJsonModel<CustomEntityStoreAssignmentCreateOrUpdateContent>
interface IPersistableModel<CustomEntityStoreAssignmentCreateOrUpdateContent>
Public Class CustomEntityStoreAssignmentCreateOrUpdateContent
Public Class CustomEntityStoreAssignmentCreateOrUpdateContent
Implements IJsonModel(Of CustomEntityStoreAssignmentCreateOrUpdateContent), IPersistableModel(Of CustomEntityStoreAssignmentCreateOrUpdateContent)
- Inheritance
-
CustomEntityStoreAssignmentCreateOrUpdateContent
- Implements
Constructors
CustomEntityStoreAssignmentCreateOrUpdateContent() |
Initializes a new instance of CustomEntityStoreAssignmentCreateOrUpdateContent. |
Properties
Principal |
The principal assigned with entity store. If not provided, will use caller principal. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId]. |
Explicit Interface Implementations
IJsonModel<CustomEntityStoreAssignmentCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CustomEntityStoreAssignmentCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CustomEntityStoreAssignmentCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CustomEntityStoreAssignmentCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CustomEntityStoreAssignmentCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET